home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / pine3.92 / pine / pine.hlp < prev    next >
Text File  |  1996-03-16  |  257KB  |  5,360 lines

  1. # $Id: pine.hlp,v 4.182 1996/03/16 21:57:57 mikes Exp $
  2. #
  3. #           T H E   P I N E    M E S S A G E   S Y S T E M
  4. #
  5. #   Laurence Lundblade, Mike Seibel, Mark Crispin, Steve Hubert,
  6. #      Sheryl Erez, David Miller
  7. #   Networks & Distributed Computing
  8. #   Computing & Communications
  9. #   University of Washington
  10. #   Administration Building, AG-44
  11. #   Seattle, Washington, 98195, USA
  12. #
  13. #   Email: pine@cac.washington.edu
  14. #
  15. #   Pine and Pico are trademarks of the University of Washington.
  16. #   No commercial use of these trademarks may be made without prior
  17. #   written permission of the University of Washington.
  18. #
  19. #   Pine, Pico and Pilot Copyright 1989-1996  University of Washington
  20. #
  21. #   Permission to compile and execute this software and use its
  22. #   documentation for any purpose and without fee to the University of
  23. #   Washington is hereby granted, provided that the above copyright notice
  24. #   appears in all copies and that both the above copyright notice and this
  25. #   permission notice appear in supporting documentation, and that the name
  26. #   of the University of Washington not be used in advertising or publicity
  27. #   pertaining to distribution of the software without specific, written
  28. #   prior permission.  This software is made available "as is", and
  29. #   THE UNIVERSITY OF WASHINGTON DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
  30. #   WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION ALL IMPLIED
  31. #   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND IN
  32. #   NO EVENT SHALL THE UNIVERSITY OF WASHINGTON BE LIABLE FOR ANY SPECIAL,
  33. #   INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  34. #   LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, TORT
  35. #   (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING OUT OF OR IN CONNECTION
  36. #   WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  37. #
  38. #   Pine is in part based on The Elm Mail System:
  39. #
  40. #    ***********************************************************************
  41. #    *       The Elm Mail System  -  Revision: 2.13                        *
  42. #    *                                                                     *
  43. #    *       Copyright (c) 1986, 1987 Dave Taylor                          *
  44. #    *       Copyright (c) 1988, 1989 USENET Community Trust               *
  45. #    ***********************************************************************
  46. #
  47. #
  48.          Help text for the Pine mailer
  49. This file is in a little format created to be turned into text strings
  50. in a C program and to support a few other features such as page numbering and
  51. alternate versions that are created at run time.  There are two
  52. shell scripts that run on this.  Cmplhelp.sh is the first and turns
  53. this into a C file (helptext.c) of text strings that are compiled and linked.
  54. The other program, cmplhlp2.sh, turns this into a .h file (helptext.h) with
  55. extern string definitions of the strings in the .c file.  The code that
  56. actually processes these files while pine is running is in help.c
  57.  
  58. The lines with "===== xxxx ====" divide the different help screens.  The
  59. xxx is the name of the variable that strings will be put in, which are
  60. also declared in helptext.h.
  61.  
  62. # is a comment
  63.  
  64. {x:y} constructs are the key bindings, either x or y is used.
  65.       x and y are best the same length so things always line up
  66.  
  67. __   doesn't do anything but help keep things lined up in this file.  It is
  68.      removed before printing to the screen (except for ^_).
  69.  
  70. To actually get a { in the text use '{{:{}'.  To get a } make sure it is not
  71. matched by a {
  72.  
  73. The text is formatted in emacs with the fill column set to 78.
  74.  
  75. Text with ______ indents is formatted with fill column at 82
  76. ___include <filename> includes a file at run time.  It should be
  77. followed by "___end_include" with text to be displayed if the file
  78. is unopenable in between.
  79. Any occurance of ___cdate will be replace with the date and time the currently
  80. running binary was compiled.
  81. Any occurance of ___tdate will be replaced with the current day's date
  82. and time.
  83.  
  84. NOTE: Several sections of help text which weren't being used were removed
  85. at RCS version number 4.122.  In particular, there were some placeholders
  86. with help text for the config screen and the composer that didn't have any
  87. reasonable place to be called from.
  88.  
  89. ============= h_news =================
  90.      RELEASE NOTES for PINE --A Program for Internet News and Email
  91.                 Version 3.92 (built ___cdate)
  92.                          University of Washington
  93.  
  94.  
  95. TABLE OF CONTENTS
  96.         (1) Summary of Recent Changes
  97.         (2) PC-Pine Notes
  98.         (3) Configuration
  99.         (4) Coming Attractions
  100.         (5) History
  101.         (6) Credits
  102.         (7) Legal Notices
  103.  
  104. ---------------------------------
  105. | (1) Summary of Recent Changes |
  106. ---------------------------------
  107.  
  108.  
  109. TOP TEN NEW FEATURES IN 3.92
  110.  
  111.  
  112.  o Optional message filtering hooks (can be used for PGP integration)
  113.  o Extensive address and list management improvements
  114.  o Additional printing capabilities
  115.  o Improved MIME and non-ascii support (mime.types, 1522, 8BITMIME)
  116.  o Improved PC-Pine for Windows (GUI amenities, 32bit version)
  117.  o Some modest performance improvements
  118.  o Lots of new personal-preference options and command improvements
  119.  o Hooks for integral file transfer between desktop computer & Unix Pine
  120.  o Builtin signature editor
  121.  o Improved user feedback when Pine is busy or waiting
  122.  
  123. The 3.92 release also includes a stand-alone version of Pine's internal
  124. file browser, named \"pilot\" --for \"Pine's Lister Of Things\", and an
  125. OS/2 version of Pine contributed by David Nugent.
  126.  
  127. ---------------------------------
  128.  
  129. Here is a more extensive (but by no means exhaustive) list of changes...
  130.  
  131. MISC
  132.  o Visual BUSY (or % completion) indication during long operations
  133.  o Delete flag no longer preserved on Save
  134.  o Alerts require confirmation
  135.  o Timeouts on open and read operations
  136.  o Hooks for external filtering of incoming and outgoing messages
  137.  o Turn off tty messages by default to reduce confusion
  138.  o Unix and PC-Pine now use same search path for certain support files
  139.  o Access to mailboxes in accounts with a different login name {host/user= }
  140.  o Can re-open INBOX without restarting Pine
  141.  o New-mail check interval may be set
  142.  o Can specify your alternate (alias) addresses
  143.  o RFC-1522 support for non-ASCII character sets in headers
  144.  o X/Motif users: Mouse support
  145.  o X/Motif users: Pine changes icon label when new mail arrives
  146.  o Setup includes integral signature editor command
  147.  o Improved IMAP \"dead stream\" handling
  148.  o Improvements for restricted-access environments (operating-dir variable)
  149.  
  150. ADDRESS MANAGEMENT IMPROVEMENTS
  151.  o Improved Take interface and capabilities
  152.     - Take addresses in message body
  153.     - Take between address books
  154.     - WhereIs subcommand on Take screen
  155.  o Improved Addressbook capabilities
  156.     - View/Edit screen
  157.     - Simplification of regular vs. list entries
  158.     - Easier to add entries to lists
  159.     - Export subcommand
  160.     - Global config var to set default addressbook entries
  161.     - Select multiple addresses for composer without re-entering
  162.     - Can forward addrbook entries using MIME type Application/Directory
  163.  
  164. NEWS IMPROVEMENTS
  165.  o Subscribe to multiple groups without re-entering for each
  166.  o Support for follow-ups header in Reply and View
  167.  o Support NNTP servers requiring authentication
  168.  o Compile-time option to submit news locally (rather than via NNTP)
  169.  o Improved Reply handling
  170.  
  171. PRINTING IMPROVEMENTS
  172.  o New printer configuration screen
  173.  o Control of trailing form-feed
  174.  o Allow definition of list of printers
  175.  o New features to control separators between messages
  176.  o New feature to allow per-message access to custom print command
  177.  o Ability to print message index
  178.  o Forced enabling of xon-xoff flow-control during printing
  179.  o Ability to set init or trailer strings for each printer definition
  180.  
  181. VIEW MESSAGE IMPROVEMENTS
  182.  o Number of lines of text overlap between pages can be set
  183.  o Control of which headers are displayed by default
  184.  
  185. COMPOSER IMPROVEMENTS
  186.  o LCC (List CC) header for hiding long address lists
  187.  o To: will get dummy group header if only BCC or LCC given (no TO or CC).
  188.  o Support for verbose sending (shows result of attempt to send)
  189.  o Improved justification algorithm
  190.  o Partial support for justifying included message text
  191.  o Can delete messages from Postponed Msg index
  192.  o ^R sub-option to include/attach a msg # from current folder
  193.  o ^R sub-option to upload files from desktop computer directly into composer
  194.  o Word wrap preserves NLs
  195.  o File name completion (^R, ^J and \"Attchmnt:\"?)
  196.  o If msg canceled, save (optionally) in .dead.letter
  197.  o Config variable to specify alternate speller
  198.  o Included text indent string may be reset
  199.  o Can set composer wrap column
  200.  o Can modify ^K behavior to cut from cursor position, ala emacs
  201.  o Can select whether DELETE key acts like ^D or ^H
  202.  o Use separate buffers for cut and justify
  203.  o Way to input 8-bit characters: <ESC><ESC><dec-num><dec-num><dec-num>
  204.  o Resuming postponed composition: show fcc and bcc if not default values
  205.  
  206. MISC COMMAND IMPROVEMENTS
  207.  o Pipe
  208.     -subcommand to select raw message output mode
  209.     -subcommand to select free-output mode
  210.     -subcommand to select whether mailbox message delimiter is included
  211.  o Sort by TO: or CC: field
  212.  o Bounce
  213.     -Apply now supports Bounce
  214.     -^T subcmd to get to address book
  215.  o Select
  216.     -Allows inversion of current selection
  217.      -Improved user-interface for \"By Date\" selection
  218.  o Reply
  219.     -Newsgroups header generally ignored unless Path header present
  220.     -New option to allow simultaneous email reply and news followup
  221.     -Reply-to-all improved for LISTSERV case
  222.     -Feature to use Reply-to address without prompting
  223.  o Setup/Config screen
  224.     -Allow exit without committing changes
  225.     -Improved Add vs. Change behavior
  226.  o Improved Bug Report command
  227.  o Main menu now has Journal subcommand (log of informational messages)
  228.  o New \"Select current msg and advance\" command in Index and ViewMsg (\":\")
  229.  o Export includes ability to download message to desktop computer
  230.  o Flag command revised to provide (optional) display of all flags
  231.  
  232. FEATURES TO ASSIST VISUALLY IMPAIRED USERS
  233.  o show-cursor feature
  234.  o single-column folder/file list display
  235.  o disable-keymenu feature
  236.  o control of index display format
  237.  o control of addressbook display format
  238.  o control of page overlap in View Message
  239.  
  240. FOLDER AND FILE MANAGEMENT IMPROVEMENTS
  241.  o New default save and fcc name rules
  242.  o Control over whether dot files are displayed
  243.  o Incoming-archive-folders list
  244.  o Pruned-folders list
  245.  
  246. MIME IMPROVEMENTS
  247.  o mime.types file to control content-type of attachment
  248.  o Option to enable 8BITMIME negotiation when ESMTP server available
  249.  o Option to suppress MIME encoding for News posting
  250.  o View Message and View Attach show type/subtype
  251.  o New \"About Attachment\" subcommand under View Attach
  252.  o RFC-1522 non-ascii character support for headers
  253.  o Mailcap can override internal viewer for text/types except text/plain
  254.  o Suppress display of text types overridden in mailcap, except text/plain
  255.  o Composer shows assigned content-type for attachments
  256.  o Can set mime-types and mailcap file path
  257.  o Try to display first text type in message even if mis-labelled
  258.  
  259. NEW COMMAND LINE OPTIONS
  260.  o A -c context flag for -f (allows opening path w/o context interpretation)
  261.  o Allow \"pine fred < file \"  (which still puts you into the composer).
  262.  o For Pico: operating-directory flag, similar to Pine's config variable
  263.  
  264. PERFORMANCE IMPROVEMENTS
  265.  o Internal optimizations
  266.  o Improved use of IMAP streams when changing folders
  267.  o Use of same stream for aggregate saves
  268.  o Major improvements in informational message display and queuing
  269.  o Full caching enabled in Win32 version of PC-Pine
  270.  
  271. NEW VARIABLES
  272.  
  273.  o incoming-archive-folders=
  274.  o pruned-folders=
  275.  o default-saved-msg-folder=
  276.  o viewer-hdrs=
  277.  o goto-default-rule=
  278.  o speller=
  279.  o composer-wrap-column=
  280.  o reply-indent-string=
  281.  o display-filters=
  282.  o sending-filters=
  283.  o alt-addresses=
  284.  o addressbook-formats=
  285.  o index-format=
  286.  o viewer-overlap=
  287.  o status-message-delay=
  288.  o mail-check-interval=
  289.  o newsrc-path=
  290.  o news-active-file-path=
  291.  o news-spool-directory=
  292.  o upload-command=
  293.  o upload-command-prefix=
  294.  o download-command=
  295.  o download-command-prefix=
  296.  o mailcap-search-path
  297.  o mimetype-search-path
  298.  
  299.  o bugs-additional-data=
  300.  o suggest-fullname=
  301.  o suggest-address=
  302.  o local-fullname=
  303.  o local-address=
  304.  o forced-abook-entry=
  305.  o kblock-passwd-count=
  306.  o sendmail-path=
  307.  o operating-dir=
  308.  
  309.  NEW FEATURES:
  310.  
  311.  o allow-talk                (enables other processes to write to tty)
  312.  o auto-zoom-after-select
  313.  o auto-unzoom-after-apply
  314.  o compose-cut-from-cursor   (ala emacs)
  315.  o compose-maps-delete-key-to-ctrl-d
  316.  o compose-send-offers-first-filter
  317.  o disable-keymenu
  318.  o disable-signature-edit-cmd
  319.  o enable-8bit-esmtp-negotiation
  320.  o enable-8bit-nntp-posting
  321.  o enable-cruise-mode        (SPACE acts like tab when at end of msg)
  322.  o enable-cruise-mode-delete (look at it once, then it disappears)
  323.  o enable-dot-files          (file browser normally hides dot files)
  324.  o enable-dot-folders        (folder lister normally hides them)
  325.  o enable-flag-screen-implicitly
  326.  o enable-mouse-in-xterm
  327.  o enable-verbose-smtp-posting
  328.  o fcc-on-bounce
  329.  o pass-control-characters-as-is
  330.  o print-offers-custom-cmd-prompt
  331.  o print-index-enabled
  332.  o print-formfeed-between-messages
  333.  o quell-dead-letter-on-cancel
  334.  o quell-lock-failure-warnings
  335.  o quell-status-message-beeping
  336.  o reply-always-uses-reply-to
  337.  o save-will-quote-leading-froms
  338.  o show-cursor
  339.  o single-column-folder-list
  340.  o tab-visits-next-new-message-only  (skips those marked Important)
  341.  o use-sender-not-x-sender
  342.  
  343. Modified:  preserve-start-stop-characters  (now implicit during printing)
  344.  
  345. NEW FEATURES SPECIFIC TO PC-PINE for Windows
  346.  
  347.  o Pull-down menus
  348.  o Optional tool bar
  349.  o Scroll bars
  350.  o Additional mouse support
  351.  o Improved cut/paste support
  352.  o Ability to display message in separate window
  353.  o Screen and printer fonts separately controllable
  354.  o Improved Windows printing support
  355.  o Spell checker interface
  356.  o Piping support
  357.  o Drag'n'drop into composer
  358.  o Create pinecrsh.txt when it crashes
  359.  o Win32 version, with full caching
  360.  o Control-6 works consistently as ^^ (Mark)
  361.  o Can enable dialogue boxes in lieu of normal prompts
  362.  
  363. BUG FIXES
  364.  
  365.  o  pine.conf (init.c) fix (some variables being ignored)
  366.  o  Export bug (invalid msg separator syntax)
  367.  o  Empty .pine-interrupted not removed
  368.  o  Interrupted compositions not being saved
  369.  o  Looping fixes
  370.  o  PLUS hundreds of others...
  371.  
  372. OTHER
  373.  
  374.  o Pine file browser available as a stand-alone program (Pilot)
  375.  o New version of Pico
  376.  o Revised Update service, accessed by Pine's Setup/Update command
  377.  
  378.  
  379. STABILITY AND LIFE EXPECTANCY
  380.  
  381. As you can see, Pine 3.92 contains a *lot* of new stuff.
  382. Accordingly, consider this to be BETA code.
  383.  
  384. The plan is to release one or possibly two follow-on versions
  385. within 3-6 months (sooner if needed to correct a serious bug).
  386. First, there will be a Pine 4.00, which will have mostly the
  387. same functionality as 3.92, but will use the new IMAP4-capable
  388. c-client libraries in preparation for utilizing certain IMAP4
  389. extensions later on.  In addition, if circumstances warrant,
  390. there may be a \"3.93\" bug fix release in the same time frame.
  391.  
  392.  
  393. ---------------------
  394. | (2) PC-PINE NOTES |
  395. ---------------------
  396.  
  397. PC-Pine is now available for Windows/Winsock in both 16 and 32 bit
  398. versions, as well as the following DOS versions: packet driver, Novell
  399. LWP, FTP PC-TCP, Sun PC-NFS.  Only the 32 bit Windows version has full
  400. caching enabled; thus it should be noticeably faster than the DOS and
  401. 16 bit Windows versions.  Sorting is still slow, however.
  402.  
  403. Some specific limitations of the DOS version (these do not apply to
  404. the Windows/Winsock version of PC-Pine):
  405.    o The unix-pipe-cmd function is not available.
  406.    o There is no spelling checker.
  407.    o Alternate editor function is not available.
  408.    o Memory: the DOS version needs about 500K out of 640K.
  409.    o The DOS version can't run image viewer from within Pine, due to memory.
  410.    o Messages (excluding attachments) must fit in DOS memory,
  411.      however, attachments may be any size.
  412.  
  413. Additional notes:
  414.  
  415. -The Windows/Winsock version of PC-Pine is not a full GUI Windows
  416.  application, however, version 3.92 introduces quite a few GUI
  417.  amenities, including: scroll bars, pull-down menus, expanded mouse
  418.  support, etc.
  419.  
  420. -While message folders may be either local or remote, several support
  421.  files must be available on the local disk.  In particular your
  422.  PINERC config file, ADDRBOOK, NEWSRC, and PINE.SIG (your signature file).
  423.  Other files (postponed and interrupted messages, debug files) are also
  424.  stored locally.  Some users of both PC-Pine and Unix Pine must worry
  425.  about keeping their pinerc, address book, and newsrc files in sync.
  426.  This may be done using remote file system protocols or manual copying.
  427.  Remote access to these support files is *definitely* planned for the future.
  428.  
  429. -The PC-PINE message folder format is based on byte-counts for maximum
  430.  efficiency, so they must not be edited. The format is non-standard, but
  431.  conversion utilities would not be difficult. This format is supported in
  432.  Unix Pine as well.  PC-Pine can also open Unix-style folders for
  433.  READ-ONLY access.
  434.  
  435. -Don't expect to display a picture without exiting PC-Pine for DOS, due
  436.  to DOS memory limitations.  In some configurations, there *may* be enough
  437.  memory for the viewer and a small image, but don't count on it.  With
  438.  PC-Pine for Windows/Winsock, the memory constraints are greatly
  439.  diminished, and viewing image attachments seems to work quite well.  We
  440.  have been testing with the \"lview\" package by Leonardo Loureiro, which
  441.  can be obtained from oak.oakland.edu or any other SimTel mirror site.
  442.  
  443. ---------------------
  444. | (3) Configuration |
  445. ---------------------
  446.  
  447. Configuration precedence.
  448.  
  449. There are several levels of Pine configuration.  Configuration values at
  450. a given level override corresponding values at lower levels.  In order of
  451. increasing precedence:
  452.  
  453.  o built-in defaults,
  454.  o system-wide pine.conf file,
  455.  o personal .pinerc file (may be set via built-in Setup/Config menu.),
  456.  o command-line options,
  457.  o system-wide pine.conf.fixed file.
  458.  
  459. There is one exception to the rule that configuration values are replaced
  460. by the value of the same option in a higher-precedence file:
  461. the feature-list variable has values that are additive, but can be
  462. negated by prepending \"no-\" in front of an individual feature name.
  463.  
  464. File name defaults.
  465.  
  466. Notes:
  467.  
  468.  o <exe dir> = directory where pine.exe found.
  469.  o <pinerc dir> = directory where pinerc found.
  470.  o * = default file name is overridable in pinerc.
  471.  o $HOME, if not explicitly set, defaults to root of the current drive.
  472.  o $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
  473.  o + between the mailcap paths implies that the two files are combined.
  474.  o ; between other default paths implies that the first one found is used.
  475.  
  476. Pine looks for most support files in the same directory it finds its
  477. personal configuration file (pinerc).  The -p command-line flag may be
  478. used to specify a particular path name for the pinerc file.  If a
  479. pinerc file does not exist, it will be created (if directory permissions
  480. allow).  In PC-Pine, if -p or $PINERC are not defined, Pine will look
  481. in $HOME\\PINE and the directory containing the PINE.EXE.  If a PINERC
  482. file does not exist in either one, it will create one in the first of those
  483. two directories that is writable.  In detail:
  484.  
  485. PC-Pine:
  486.  
  487.  executable     <DOS search path>\\pine.exe
  488.  help index     <exe dir>\\pine.ndx
  489.  help text      <exe dir>\\pine.hlp
  490.  
  491.  pers config    $PINERC  ;  $HOME\\pine\\pinerc  ;  <exe dir>\\pinerc
  492.  global cfg     $PINECONF
  493.  
  494.  password       <pinerc dir>\\pine.pwd
  495.  debug          <pinerc dir>\\pinedebg.txt
  496.  crash          <pinerc dir>\\pinecrsh.txt
  497.  signature*     <pinerc dir>\\pine.sig
  498.  addressbook*   <pinerc dir>\\addrbook
  499.  addrbook lu    <pinerc dir>\\addrbook.lu    (appends .lu to addrbk name.)
  500.  mailcap*       <pinerc dir>\\mailcap  +  <exe dir>\\mailcap
  501.  mimetypes*     <pinerc dir>\\mimetype +  <exe dir>\\mimetype
  502.  newsrc*        $HOME\newsrc (if exists, else) <pinerc dir>\newsrc
  503.  sentmail*      $HOME\\mail\\sentmail.mtx
  504.  postponed*     $HOME\\mail\\postpond.mtx
  505.  interrupted    $HOME\\mail\\intruptd
  506.  
  507. Unix Pine:
  508.  
  509.  executable     <Unix search path>/pine
  510.  persnl cfg     ~/.pinerc
  511.  global cfg     /usr/local/lib/pine.conf
  512.  fixed cfg      /usr/local/lib/pine.conf.fixed
  513.  local help     /usr/local/lib/pine.info
  514.  
  515.  interrupted    ~/.pine-interrupted-mail
  516.  debug          ~/.pine-debugN
  517.  crash        ~/.pine-crash
  518.  newsrc*        ~/.newsrc
  519.  signature*     <pinerc dir>/.signature
  520.  addressbook*   <pinerc dir>/.addressbook
  521.  addrbook lu    <pinerc dir>/.addressbook.lu  (appends .lu to addrbk name.)
  522.  postponed*     ~/mail/postponed-msgs
  523.  sentmail*      ~/mail/sent-mail
  524.  mailcap*       ~/.mailcap + /etc/mailcap
  525.                            + /usr/etc/mailcap + /usr/local/etc/mailcap
  526.  mimetypes*     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
  527.  
  528.  news-spool    varies across Unix flavors, e.g. /usr/spool/news or /var/news
  529.  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
  530.  lock files     /tmp/.\\usr\\spool\\mail\\xxxx
  531.  inbox          /usr/spool/mail/xxxx
  532.  password       /etc/passwd
  533.  
  534. Mailcap files.
  535.  
  536. Pine honors the mailcap configuration system for specifying external
  537. programs for handling attachments.  The mailcap file maps MIME attachment
  538. types to the external programs loaded on your system which can display
  539. and/or print the file.  A sample mailcap file comes bundled with the Pine
  540. distribution.  It includes comments which explain the syntax you need to
  541. use for mailcap.  With the mailcap file, any program (mail readers,
  542. newsreaders, WWW clients) can use the same configuration for handling
  543. MIME-encoded data.
  544.  
  545. MIME-Types files.
  546.  
  547. Pine uses mime-types files (.mime.types or MIMETYPE) to determine
  548. what Content-Type to use for labelling an attached file, based on
  549. the file extension.  That is, this file provides a mapping between
  550. filename extensions and MIME content-types.
  551.  
  552. Environment variables.
  553.  
  554. PC-Pine uses the following environment variables:
  555.  
  556.   PINERC      (Optional path to pinerc file.)
  557.   PINECONF    (Optional path to global pine config file.)
  558.   HOME
  559.   TMP or TEMP
  560.   COMSPEC
  561.   MAILCAPS    (a *semicolon* delimited list of path names to mailcap files)
  562.  
  563. Unix Pine uses the following environment variables:
  564.  
  565.   TERM        (Tells Pine what kind of terminal is being used.)
  566.   DISPLAY     (Determines if Pine will try to display IMAGE attachments.)
  567.   SHELL       (If not set, default is /bin/sh )
  568.   MAILCAPS    (A *colon* delimited list of path names to mailcap files)
  569.  
  570. --------------------------
  571. | (4) Coming Attractions |
  572. --------------------------
  573.  
  574. STILL NOT DONE, BUT WE WANT THEM AS MUCH AS YOU DO...
  575.  
  576.  o Hierarchy support
  577.  o Location independence of support files
  578.  o Kerberos support
  579.  o Offline and disconnected support
  580.  o External directory services access
  581.  
  582. ---------------
  583. | (5) HISTORY |
  584. ---------------
  585.  
  586. Pine was originally conceived in 1989 as a simple, easy-to-use mailer for
  587. administrative staff at the University of Washington in Seattle.  This
  588. constituency had previously been using a very nice mail system derived
  589. from UCLA's \"Ben\" mailer for the MVS operating system, but when the cost
  590. of maintaining our MVS system became prohibitive, we needed to find a
  591. Unix-based mailer that preserved the user-interface strengths of \"Ben\".
  592. Our goal was to provide a mailer that naive users could use without fear
  593. of making mistakes.  We wanted to cater to users who were less interested
  594. in learning the mechanics of using electronic mail than in doing their
  595. jobs; users who perhaps had some computer anxiety.  We felt the way to do
  596. this was to have a system that didn't do surprising things and provided
  597. immediate feedback on each operation; a mailer that had a limited set of
  598. carefully-selected functions.
  599.  
  600. At that time, we could not find any Unix mailer (commercial or freely
  601. available) that met our requirements.  Consequently, we reluctantly
  602. concluded that we would need to develop our own.  The Elm mailer seemed
  603. like a reasonable starting point since its source code was freely
  604. available, so we started modifying it.  Today there is virtually no Elm
  605. code left, and Pine has evolved so that many \"power-user\" features may
  606. be (optionally) enabled.  We have tried to remain true to our original
  607. simplicity and ease-of-use goals by providing *optional* features for
  608. sophisticated users.  In fact, if none of Pine's options are enabled, the
  609. latest version has almost the same look-and-feel as the very first
  610. version.
  611.  
  612. One of the greatest problems with most mailers on Unix systems is the
  613. editor.  One can normally choose between emacs and vi.  We experimented
  614. with some versions of emacs and settled on a hacked version of micro
  615. emacs. Eventually it became heavily modified and tightly integrated with
  616. the rest of Pine.  One of the main features of having a tightly coupled
  617. editor is that it can guide the user through editing the header of the
  618. message, and Pine takes great care to do this.  A very simple and
  619. efficient interface to the Unix spell command was also added.  The emacs-
  620. style key bindings were retained, though most of the other wild and
  621. wonderful emacs functions were not.  The Pine composition editor is also
  622. available as a very simple stand alone editor named \"pico\".
  623.  
  624. Also working at the University of Washington is the original author of the
  625. Internet Message Access Protocol (IMAP).  IMAP is a functional superset of
  626. POP, and provides a way to manipulate mailboxes on remote servers as if
  627. they were local.  Specific advantages of IMAP over POP include: support
  628. for inbox access from multiple computers, access to more than one remote
  629. folder, selective access to MIME message parts, and support for
  630. disconnected operation.
  631.  
  632. Not long after the Pine project began, The IMAP author had finished
  633. writing the \"c-client\" library as an interface to IMAP and as a switch
  634. between drivers for IMAP mailboxes, Berkeley mail files and Tenex mail
  635. files.  In time, \"c-client\" became a full messaging API with support for
  636. RFC-822 parsing, MIME parsing and decoding, SMTP and NNTP drivers, and so
  637. forth.  Great care was taken to make the code writing the mail files
  638. robust against disks filling up, and inter-process locking in order to
  639. guarantee mail file consistency.  It was clear that Pine would benefit
  640. greatly from using the c-client to access mail storage so the original
  641. low-level Elm code was replaced by calls to c-client library routines.
  642. Consequently Pine can write and access a variety of different mail file
  643. formats and new ones can be added by creating a simple driver.  In
  644. addition the c-client does a very careful job of doing all the RFC-822
  645. header parsing and achieves the highest compliance with the RFC.
  646.  
  647. Most of the work done on Pine from 6/92 to 6/93 focused on changes needed
  648. to support a truly distributed electronic messaging environment (e.g.
  649. remote folder manipulation), and getting Pine to run on DOS (which was a
  650. *lot* of work).  The first version of PC-Pine (3.84) was released in July
  651. 1993, and included first steps toward integrating news and email access in
  652. Pine. Doing the DOS port was very difficult for a variety of reasons, but
  653. especially because of DOS memory management (or lack thereof).  However,
  654. simply porting Pine 3.07 to DOS was not sufficient.  For a desktop mailer
  655. such as PC-Pine to be useful at UW, it was necessary to fully support
  656. access to existing *remote* saved-message folders, as well as local
  657. (desktop) folders -- and of course, the remote INBOX.  Accomplishing this
  658. required extensions to IMAP, a new version of the IMAPd server code, and
  659. extensive work in Pine to support multiple collections of folders.
  660.  
  661. The principal reason for porting Unix Pine to DOS/Windows was to obviate
  662. the need for PC users to transfer files between their PC and the Unix
  663. system running Pine.  Now it is possible to save messages directly to the
  664. PC's filesystem, and to directly include PC files in outgoing messages.
  665. And with Pine's MIME capability, binary files (e.g. word processing
  666. documents, spreadsheets, image files, executables) may be directly
  667. attached to your messages.
  668.  
  669. With both Pine 3.90 and 3.92, significant new functionality has been added,
  670. as can be seen by the growing number of features that can be set via
  671. Setup/Config screen.  Next will come integration of the IMAP4-capable
  672. c-client libraries, forming the basis of Pine 4.00.
  673.  
  674.  
  675. ---------------
  676. | (6) CREDITS |
  677. ---------------
  678.  
  679. The University of Washington Pine development team (part of the UW Office
  680. of Computing & Communications) includes:
  681.  
  682.  Project Leader:           Mike Seibel.
  683.  Principal authors:        Mike Seibel, Steve Hubert, Laurence Lundblade*.
  684.  C-Client library & IMAPd: Mark Crispin.
  685.  Pico, the PIne COmposer:  Mike Seibel.
  686.  Bug triage, user support: David Miller.
  687.  Pine Web Pages:           Stefan Kramer, David Miller.
  688.  Documentation:            Many people!
  689.  PC-Pine for DOS:          Mike Seibel.
  690.  PC-Pine for Windows:      Tom Unger.
  691.  Project oversight:        Terry Gray.
  692.  Principal Patrons:        Ron Johnson, Mike Bryant.
  693.  Additional support:       NorthWestNet.
  694.  Initial Pine code base:   Elm, by Dave Taylor & USENET Community Trust.
  695.  Initial Pico code base:   MicroEmacs 3.6, by Dave G. Conroy.
  696.  User Interface design:    Inspired by UCLA's \"Ben\" mailer for MVS.
  697.  
  698.    * Emeritus  (Laurence is now at Qualcomm)
  699.  
  700. We'd also like to acknowledge the following contributions and contributors:
  701.  Pine for VMS:  Portia Shao and Yehavi Bourvine
  702.  Pine for OS/2: David Nugent
  703.  Special mention:   David Wall
  704.  Bug reports, bug fixes, ports, suggestions & encouragement:
  705.  
  706. The world-wide Pine community, including...
  707.  
  708.   Shoa Aminpour       Gordon Good        Richard Murphy
  709.   J.J. Baily          Bob Gregory        Il Oh
  710.   Billy Barron        Ed Greshko         Mike Ramey
  711.   Chris Beecher       Dmitri L. Gringauz Phil Rand
  712.   John Benjamins      David Halliwell    Jochiam Richter
  713.   Birko Bergt         Peter Hausken      Thomas Riemer
  714.   Ken Bobey           Jeff Hayward       Alexis Rosen
  715.   Andy Brager         Ron Johnson        Michael Ross
  716.   D.K. Brownlee       William Kreuter    Bob Sandstrom
  717.   Brian Burriston     Pekka Kytolaakso   Michael F. Santangelo
  718.   Bill Campbell       Barry Landy        Shin-ya Satoh
  719.   Russel Campbell     Chris Latham       Corey Satten
  720.   Donn Cave           Jon Lebo           Michael Shepard
  721.   Richard Cheever     Allen Leonard      Alan Thew
  722.   Mike Coghlan        Robert L. Lewis    Jason R. Thorpe
  723.   Justine Comer       Bruce Lilly        Marc Unangst
  724.   Chuck Cooper        Matthew Lyle       Edward Vielmetti
  725.   Barry Cornelius     John Mackin        Ross Wakelin
  726.   Tony Flemming       James Matheson     Rich Wales
  727.   Matthew Freedman    Mark McNair        David Wall
  728.   Richard Fritz       Pete Mellor        Bob Williams
  729.   Marcelo A. Gallardo Dave Miller        Steve Woodyatt
  730.   Adam Garrett        Robert Morris      Michael A. Crowley
  731.  
  732. And many others... Our thanks to all!
  733.  
  734. Pine files and documentation are available via FTP or WWW:
  735.   ftp://ftp.cac.washington.edu/pine
  736.   http://www.cac.washington.edu/pine
  737.  
  738. In particular, the latest version of Pine source code is available via
  739. anonymous FTP from Internet host ftp.cac.washington.edu in the file
  740. /pine/pine.tar.Z.
  741.  
  742. Please send comments and correspondence to: pine@cac.washington.edu
  743.  
  744. ---------------------
  745. | (7) LEGAL NOTICES |
  746. ---------------------
  747.  
  748. Pine and Pico are registered trademarks of the University of Washington.
  749. No commercial use of these trademarks may be made without prior written
  750. permission of the University of Washington.
  751.  
  752. Pine, Pico, and Pilot software and its included text are Copyright 1989-1996
  753. by the University of Washington.
  754.  
  755. What does this mean?  Our intentions are as follows:
  756.  
  757. Use of Pine/Pico/Pilot:  You may compile and execute these programs for
  758.   any purpose, including commercial, without paying anything to the
  759.   University of Washington, provided that the legal notices are maintained
  760.   intact and honored.
  761.  
  762. Re-distribution:  You may redistribute these programs (with or without
  763.   source code) provided that you don't charge specifically for them.
  764.   (If you want to sell any of these programs, you need to talk with us.)
  765.  
  766. Modification:  You may modify Pine/Pico/Pilot software to make it run on
  767.   your computers.  If you want to make any significant changes to Pine,
  768.   Pico or Pilot software, you need to talk with us.  This restriction
  769.   protects the integrity of these trademarks, and allows users to expect a
  770.   reliable, consistent operation for all versions of Pine, Pico and Pilot
  771.   software.
  772.  
  773. Support: If you want to *sell* support for the Pine, Pico or Pilot
  774.   programs, you need to talk with us.  If you want to give it away, 
  775.   please do so.
  776.  
  777. Documentation:  You may reproduce, or adapt for local use, our
  778.   documentation, as long as credit is given to the Computing &
  779.   Communications organization at the University of Washington.
  780.  
  781. Web Links: You may create hyperlinks to our web pages, but we would
  782.   appreciate a note letting us know you have done so.  However, please
  783.   don't make local/cache copies of our web pages unless you talk with us.
  784.  
  785. The above permissions are hereby granted, provided that the Pine and Pico
  786. copyright and trademark notices appear in all copies and that both the
  787. above copyright notice and this permission notice appear in supporting
  788. documentation, and that the name of the University of Washington not be
  789. used in advertising or publicity pertaining to distribution of the
  790. software without specific, prior written permission.  This software is
  791. made available \"as is\", and
  792.  
  793. THE UNIVERSITY OF WASHINGTON DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
  794. WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION ALL IMPLIED
  795. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND IN
  796. NO EVENT SHALL THE UNIVERSITY OF WASHINGTON BE LIABLE FOR ANY SPECIAL,
  797. INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  798. LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, TORT
  799. (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING OUT OF OR IN CONNECTION
  800. WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  801.  
  802. <End of Release Notes>
  803. ===== main_menu_tx ======
  804.           GENERAL INFORMATION ON THE PINE MESSAGE SYSTEM
  805.              Version 3.92 (built ___cdate)
  806.                         University of Washington
  807.                               March, 1996
  808.  
  809. TABLE OF CONTENTS
  810.  
  811.         o Introduction
  812.         o Pine Help
  813.         o Local Support Contacts
  814.         o Giving Commands in Pine
  815.         o Status Line
  816.         o Main Menu Commands
  817.         o Command Line Options
  818.         o Pine Configuration
  819.         o Reading News
  820.         o Reporting Problems
  821.  
  822. ----------------
  823. | Introduction |
  824. ----------------
  825.  
  826. PINE(tm) is the University of Washington's \"Program for Internet News and
  827. Email\".  It is intended to be an easy-to-use program for sending,
  828. receiving, and filing Internet electronic mail messages and bulletin board
  829. (Netnews) messages. Pine supports the following Internet protocols and
  830. specifications:
  831.                 SMTP  - Simple Mail Transport Protocol
  832.                 NNTP  - Network News Transport Protocol
  833.                 MIME  - Multipurpose Internet Mail Extensions
  834.                 IMAP  - Internet Message Access Protocol
  835.  
  836. MIME allows you to attach any kind of file to your message, provided that
  837. your recipient also has MIME-capable mail software (which is readily
  838. available for most types of computers, although some proprietary mail
  839. systems do not yet support MIME).  IMAP allows access to mailboxes on
  840. remote mailservers as if they were local.
  841.  
  842. Although originally designed for inexperienced email users, Pine has
  843. evolved to support many advanced features.  There are an ever-growing
  844. number of configuration and personal-preference options, though which of
  845. them are available to you is determined by your local system managers. 
  846.  
  847. -------------
  848. | Pine Help |
  849. -------------
  850.  
  851. Pine help is context-sensitive.  In other words, each Pine screen you use
  852. will have its own help text, explaining the choices available for that
  853. screen.  This particular Help section is unusual in that it will not only
  854. describe the specific commands available from the MAIN MENU, but also
  855. provide an overview of Pine operation.
  856.  
  857. In addition to this general help on Pine, Release Notes on the current
  858. Pine version are also available from the MAIN MENU.  Press {F9:R} to
  859. browse the release notes.  These include changes since the last release,
  860. notes for PC-Pine, configuration information, the history of the Pine
  861. project, credits, and legal notices.
  862.  
  863. Pine files and documentation are available via FTP or WWW:
  864.   ftp://ftp.cac.washington.edu/pine
  865.   http://www.cac.washington.edu/pine
  866.  
  867. For a copy of the current Pine \"Frequently Asked Questions\" (FAQ) list,
  868. send an empty message to pine-faq@cac.washington.edu  --or, if it is
  869. available at your site, use the Setup/Update command under the Main Menu.
  870.  
  871. If you would like to print *all* of Pine's internal help text for a little
  872. light bedtime reading, then press {F12:Z} now.  (This assumes that the
  873. copy of Pine you are using has been properly configured for printing
  874. at your site.)
  875.  
  876. --------------------------
  877. | Local Support Contacts |
  878. --------------------------
  879.  
  880. ___include /usr/local/lib/pine.info
  881.  
  882.         [ No local information available. ]
  883.  
  884. ___end_include
  885.  
  886. ---------------------------
  887. | Giving Commands in Pine |
  888. ---------------------------
  889.  
  890. COMMANDS: The bottom two lines of the screen are always used to list the
  891. commands you can give.  You press the keys that are highlighted to give
  892. the command.  The commands for getting help and going back to the main
  893. menu are always present (except when viewing help as you are now).
  894.  
  895. {:OTHER COMMANDS: The \"Other Commands\" function changes the keys you see}
  896. {:at the bottom of any screen.  In some cases there are 3 different pages}
  897. {:of keys which it toggles through.  ALL COMMANDS ARE ACTIVE, even if they}
  898. {:are not currently showing at the bottom of your screen.  In other words,}
  899. {:you NEVER need to prefix a command key with the 'O' key.}
  900.  
  901. {:CONTROL KEY:  When composing mail and in a few other places in Pine you}
  902. {:have to use Control keys which means pressing the control key and the }
  903. {:letter indicated at the same time.  This is usually shown with a \"^\" in}
  904. {:front of the letter.  On some systems, certain control characters are}
  905. {:intercepted before they get to Pine.  As a work-around, you can press}
  906. {:the ESCAPE key twice followed by the desired key.  For example, if }
  907. {:Control-O (^O) does not work on your system, try typing \"ESC ESC O\".}
  908.  
  909. PAGING UP/DOWN: The \"+\" and \"-\" keys are used for moving to the next
  910. or previous page.  The space bar is a synonym for \"+\".  You may also use
  911. Ctrl-V to page down and Ctrl-Y to page up as you do in the message
  912. composer.  On screens with a WhereIs (search) command, W or Ctrl-W followed
  913. by Ctrl-V will move to the bottom of the message or list, and W or Ctrl-W
  914. followed by Ctrl-Y will move to the top of the message or list.
  915.  
  916. RETURN KEY: The return key is usually a synonym for a frequently used
  917. command.  When viewing a message, there is currently not a default
  918. command, so RETURN does nothing; when in the index, it is synonymous with
  919. \"view msg\". In the key menu at the bottom of the screen, whatever is
  920. enclosed in square brackets [] is the same as the return key.
  921.  
  922. CONTROL KEYS NOT USED BY PINE:  Most commands in Pine are single letters,
  923. with --we hope-- some mnemonic value, but in places where Pine is expecting
  924. text input, e.g. in the composer or at prompts for file/folder names,
  925. control keys must be used for editing and navigation functions.
  926.  
  927. Pine has used nearly all the control keys available.  There are, however,
  928. certain control keys that are reserved by other programs or for technical
  929. reasons.  Pine does not use any of these keys:
  930.                 Ctrl-S    Used by Unix as \"stop output\"
  931.                 Ctrl-Q    Used by Unix as \"resume output\"
  932.                 Ctrl-]    Often used by Telnet as escape key
  933.                 Ctrl-\\   Often used by Unix as \"Abort\"
  934.                 ESC       Conflicts with sequences used for arrow keys
  935.  
  936. NOTE: by default, Pine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
  937. and XON), as normal characters, even though Pine does not use them.
  938. However, the printer, modem, or communication software you are using may
  939. be configured for \"software flow control\" which means that XON/XOFF must
  940. be treated as special characters by the operating system.  If you see
  941. messages such as \"^X not defined for this screen\", then your system is
  942. probably using software flow control. In this case you will need to set
  943. the \"preserve-start-stop-characters\" feature.  If you *do* set this
  944. feature, be advised that if you accidentally hit a Ctrl-S, Pine will
  945. mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
  946. and see if that puts things right.  Printing via the \"attached-to-ansi\"
  947. option will automatically enable software flow-control handling for the
  948. duration of the printing.
  949.  
  950. REPAINTING THE SCREEN: Sometimes what is displayed on the screen will be
  951. incorrect due to noise on the phone line or other causes and you will want
  952. to repaint the whole screen to make it correct.  You can use the Ctrl-L
  953. command to do this.  It never hurts to do it when in doubt.
  954.  
  955. ---------------
  956. | Status Line |
  957. ---------------
  958.  
  959. The top line of the screen is Pine's status line.  It will always display
  960. the current version of Pine and will also convey information about the
  961. status of the program.  This is where you look to find out what
  962. collection, folder and message number is active.
  963.  
  964. If the top line says \"READONLY\" it means that the open folder (typically
  965. your INBOX) is \"locked\" by another mail session -- most likely a more
  966. recent session of Pine has taken the INBOX lock.
  967.  
  968. If the top line says \"CLOSED\" it means that you are trying to access a
  969. folder on a remote mail server, and for some reason, communication with
  970. the mail server has either been lost, or never successfully established.
  971. This can be a result of trying to open a non-existent folder, or one
  972. stored on an invalid or non-operational server, or it can mean that Pine
  973. has been suspended for more that 30 minutes while accessing a remote mail
  974. server.
  975.  
  976. ----------------------
  977. | Main Menu Commands |
  978. ----------------------
  979.  
  980. {Available Commands -- Group 1          Available Commands -- Group 2   :General Pine Commands  MAIN MENU Screen Commands}
  981. {------------------------------         ------------------------------  :---------------------  -------------------------}
  982. {F1  Show this help text                F1  Show this help text         :?  Show help text      O  Show all Other available commands}
  983. {F2  Show all other available commands  F2  Show other commands         :C  Compose a message   P  Select Previous command up on menu}
  984. {F3  Quit Pine                                                          :I  FOLDER INDEX screen N  Select Next command down on menu}
  985. {F4  Execute current MAIN MENU command  F4  Compose a message           :L  FOLDER LIST screen  R  Display Pine Release Notes}
  986. {F5  Select previous command up on menu F5  FOLDER LIST screen          :A  ADDRESS BOOK screen K  Lock Keyboard }
  987. {F6  Select next command down on menu   F6  Goto a specified folder     :S  SETUP functions     G  Goto a specified folder}
  988. {                                       F7  FOLDER INDEX screen         :Q  Quit Pine}
  989. {F9  Display Pine release notes         F9  SETUP menus :}
  990. {F10 Lock keyboard                      F10 ADDRESS BOOK screen :}
  991.  
  992. NOTE: The availability of certain commands (e.g. some of the options under
  993. SETUP) is determined by Pine configuration files and system capabilities.
  994. At some sites, certain commands may not be available due to security or
  995. support concerns.
  996.  
  997. The \"COMPOSE MESSAGE\" command (available on MAIN MENU, FOLDER LIST,
  998. FOLDER INDEX, and MESSAGE TEXT screens) takes you into the Pine message
  999. composer and permits you to create and send a new message.
  1000.  
  1001. The \"FOLDER INDEX\" command (available on MAIN MENU, FOLDER LIST, and
  1002. MESSAGE TEXT screens) takes you to the FOLDER INDEX screen which displays
  1003. a summary caption for each message in the currently-open folder. One
  1004. message will be highlighted; this is the \"Current\" message.  The message
  1005. commands available from this screen (e.g. View, Reply, Forward, Delete,
  1006. Print, Save, etc) apply to the current message.
  1007.  
  1008. The \"FOLDER LIST\" command (available on MAIN MENU, FOLDER INDEX, and
  1009. MESSAGE TEXT screens) takes you to the FOLDER LIST screen which displays
  1010. the names of all your message folders and allows you to view, rename,
  1011. delete, and add folders.  You can open (view) a different folder than the
  1012. one currently open by highlighting the desired one (using the arrow keys
  1013. or their control-key equivalents) and pressing RETURN.  If you have
  1014. multiple folder collections defined (see the Help text for the FOLDER LIST
  1015. screen to learn more about Collections), you may need to press RETURN to
  1016. expand the collection and display all of the folders in it.
  1017.  
  1018. The \"ADDRESS BOOK\" command (available only from the MAIN MENU) takes you
  1019. to the ADDRESS BOOK management screen.  From here, your personal address
  1020. book(s) may be updated.
  1021.  
  1022. The \"SETUP\" command (available only from the MAIN MENU) prompts you for
  1023. one of several configuration screens, including the SETUP CONFIGURATION 
  1024. screen, by which you may activate optional Pine features.
  1025.  
  1026. Also available from the Main Menu, but only displayed on the Key Menus at
  1027. the bottom of the screen, are the following commands:
  1028.  
  1029. The \"Goto\" command (available on MAIN MENU, FOLDER LIST, FOLDER INDEX,
  1030. and MESSAGE TEXT screens) lets you jump directly to a new folder without
  1031. having to use the Folder List display. It will prompt you for the name of
  1032. the desired folder, and if you have multiple folder collections defined,
  1033. allow you to rotate through them.  However, if the folder is outside of your
  1034. defined collections, you are going to have to enter the exact folder
  1035. location using the correct syntax for a remote folder and/or the
  1036. fully-qualified path name.
  1037.  
  1038. The \"Release Notes\" command displays information about this version of
  1039. Pine, as well as historical and legal notes.
  1040.  
  1041. The \"Keyboard Lock\" command allows your Pine session to be protected
  1042. during a temporary absence from your terminal.
  1043.  
  1044. The \"Report Bug\" command does the obvious thing; please see section (10)
  1045. below.  This command is also available from any help screen (including
  1046. this one.)
  1047.  
  1048. ------------------------
  1049. | Command Line Options |
  1050. ------------------------
  1051.  
  1052. Possible Starting Arguments for Pine program:
  1053.  
  1054.         Argument                Meaning
  1055.  
  1056.         <address>...    Go directly into composer with given address
  1057.         -a              Special anonymous mode for UWIN*
  1058.         -c              Context # for interpreting -f argument
  1059.                          0=none, 1=incoming, 2=deflt coll'n, 3=next coll'n
  1060.         -d n            Debug - set debug level to 'n'
  1061.         -f <folder>     Folder - open <folder> in default collection
  1062.         -F <file>       File - open and view text <file>
  1063.         -h              Help - give this list of options
  1064.         -i              Index - Go directly to index, bypassing main menu
  1065.         -I <key_list>   Initial keystrokes to be executed
  1066.         -k              Keys - Force use of function keys
  1067.         -l              List - Expand List of folder collections by default
  1068.         -n <number>     Entry in index to begin on
  1069.         -nr             Special restricted mode for UWIN*
  1070.         -o              ReadOnly - Open first folder read-only
  1071.         -p <file>       Use <file> in place of .pinerc file
  1072.         -P <file>       Use <file> in place of pine.conf file
  1073.         -r              Restricted/demo mode
  1074.         -z              Suspend - allow use of ^Z suspension
  1075.         -sort <sort>    Sort - Specify sort order of Folder Index:
  1076.                    (Subject, OrderedSubj, Arrival, Date, From, Size, /reverse)
  1077.         -conf           Configuration - Output fresh global config to stdout
  1078.         -create_lu <addrbk> <sort>  Create auxiliary look-up file and
  1079.                         sort <addrbk> by <sort>.  For creating global addrbk.
  1080.         -pinerc <file>  Configuration - Put fresh pinerc config in <file>
  1081.         -<option>=<value>       Assign <value> to the pinerc option <option>
  1082.                                 e.g. -signature-file=sig1
  1083.                                 (NOTE: feature-list is additive)
  1084.  
  1085.                      * UWIN = University of Washington Information Navigator
  1086.  
  1087. ----------------------
  1088. | Pine Configuration |
  1089. ----------------------
  1090.  
  1091. Unless it has been administratively disabled, the Setup command on the
  1092. MAIN MENU has a \"Config\" subcommand which will allow you to modify
  1093. Pine's behavior by setting or unsetting various features, defining folder
  1094. collections, etc.  These settings are stored in your personal \"pinerc\"
  1095. configuration file, but on shared systems these settings may be
  1096. over-ridden by a system-wide control file (due to local site security or
  1097. support policies).  A global pine configuration file can also be used to
  1098. set default values for all Pine users on a particular system.
  1099.  
  1100. ----------------
  1101. | Reading News |
  1102. ----------------
  1103.  
  1104. BACKGROUND
  1105.  
  1106. Pine can read and post Internet news (NetNews or USENET) groups, using the
  1107. same commands as for mail.  If you do not already have a news state
  1108. (\"newsrc\") file, Pine will create one for you, and you can add newsgroups
  1109. to it using the \"Add\" command in the FOLDER LIST screen. Pine can use the
  1110. same newsrc as other Unix newsreaders, thus allowing you to switch between
  1111. Pine and other newsreaders; however, Pine uses the information in the file
  1112. in a slightly different way than other newsreaders.
  1113.  
  1114. CONFIGURATION
  1115.  
  1116. Pine can access news folders in any one of three different ways:
  1117.  
  1118.         REMOTE NNTP:  Using the Network News Transport Protocol (NNTP) to
  1119. access news on a remote news server.  In this case the newsrc file is
  1120. stored on the machine where Pine is running.  Simply specify the name of
  1121. the news server as your nntp-server:
  1122.                 nntp-server      = news.nowhere.edu
  1123. If you do this (and do not explicitly set the news-collections variable),
  1124. Pine will automatically use *{{:{}news.nowhere.edu}[] for the value of
  1125. the news-collections variable.
  1126.  
  1127.         REMOTE IMAP:  Using the Internet Message Access Protocol (IMAP) to
  1128. access news on a remote news server.  In this case, your newsrc file is
  1129. stored on the news server, in your home directory, so you must have an
  1130. account on the news server, but you would be running Pine on a different
  1131. machine.  The news server must be running an IMAPd server process. Specify
  1132. a remote news-collection in the SETUP CONFIGURATION:
  1133.                 news-collections = News *{{:{}news.nowhere.edu}[]
  1134.  
  1135.         LOCAL:  Using local file access to the news database.  In this
  1136. case, your newsrc file is stored on the news server, in your home
  1137. directory, so you must have an account on the news server, and you would
  1138. be running Pine on the same machine.  Specify a local news-collection in
  1139. the SETUP CONFIGURATION:
  1140.                 news-collections = News *[]
  1141.  
  1142. In the first two examples, the hostname \"news.nowhere.edu\" should be
  1143. replaced with the domain name of your local news server.  For Unix Pine,
  1144. these entries can be placed in either the system-wide or your personal
  1145. configuration file.
  1146.  
  1147. If you are a PC-Pine user, either option 1 (NNTP) or option 2 (IMAP) is
  1148. possible.  If you don't have an account on the news server, or if the news
  1149. server is not running an IMAP daemon, then you must use NNTP.  In
  1150. this case, your Unix .newsrc file can be transferred to your PC.  A good
  1151. place to put it would be in the same directory as your PINERC file, under
  1152. the name \\NEWSRC, but you can specify a different location via Pine's
  1153. Setup/Config screen.
  1154.  
  1155. A future version of PC-Pine will be able to access and update a newsrc
  1156. file stored on a Unix host, so that it will be possible to alternate
  1157. between PC-Pine and Unix-based newsreaders.
  1158.  
  1159. READING NEWS
  1160.  
  1161. Once defined in the .pinerc (or the global pine.conf) file, the news
  1162. folder collection can be accessed either via the FOLDER LIST screen, or
  1163. via the GOTO command.
  1164.  
  1165. Pine uses the same commands for manipulating news folders as for mail
  1166. folders.  This means, for example, that when you are done with a message,
  1167. you would use \"D\" to mark it as Deleted (or Dismissed, if you prefer.)
  1168. This \"mail like\" behavior differs from that of most newsreaders, wherein
  1169. a message is implicitly dismissed after you have looked at it once. We
  1170. strongly believe that Pine should offer as much consistency as possible
  1171. between mail and news, so the mail paradigm --wherein a message does not
  1172. magically disappear without explicit action by the user-- is used for news
  1173. as well.
  1174.  
  1175. News folders are actually Read-Only, but the newsrc file allows Pine to
  1176. keep track of which messages you have dismissed (marked as Deleted) just
  1177. as in a regular mail folder. The difference is that, although messages
  1178. marked as Deleted will show up in the Index (just as mail messages do
  1179. until an eXpunge), you cannot expunge news messages.  However, you can use
  1180. the \"eXclude\" (X) command in order to suppress from the Folder Index
  1181. messages that are so marked.  Also, whenever you open a newsgroup folder,
  1182. messages marked Deleted are already excluded from the Index by default.
  1183. The \"unexclude\" (&) command will restore them to the Folder Index.
  1184.  
  1185. If you answer a message in a news folder, the index view will show the
  1186. \"A\" flag as usual; but the newsrc file has no way of storing this flag,
  1187. so it will not be preserved across sessions.  The Deleted flag is the only
  1188. one that is preserved between sessions.  If you Reply to a newsgroup
  1189. message and say you want to reply to all recipients, Pine will ask if
  1190. you want to post the message to all the newsgroups listed in the original
  1191. message.
  1192.  
  1193. If you would like Pine to mark more-or-less recent news messages as
  1194. \"New\", then set the \"news-approximates-new-status\" feature.  This will
  1195. cause messages after the last one you have marked as Deleted to appear
  1196. with \"N\" status in the Folder Index.  The \"N\" status often makes it
  1197. easier to distinguish later news articles from those you've previously
  1198. seen, but not yet disposed of via the \"D\" key.  Note that this is an
  1199. approximation, not an exact record of which messages you have not seen.
  1200.  
  1201. A frequent operation in news-reading is \"catching up\"... that is,
  1202. getting rid of all the messages in the news group so that you can \"start
  1203. fresh\".  At the moment, the easiest way to do this in Pine is via the
  1204. Select command.  You would enter the following four keystrokes: ;aad
  1205. Note that the \"enable-aggregate-command-set\" feature must be enabled
  1206. before you can use the Select command.
  1207.  
  1208. ----------------------
  1209. | Reporting Problems |
  1210. ----------------------
  1211.  
  1212. There are now literally millions of Pine users in over 50 countries.
  1213. The Pine development team has no funding to provide support to anyone
  1214. outside of the University of Washington.  However, we certainly want Pine
  1215. to be the best tool it can be, so we do want to know about problems. We
  1216. ask that you first read the relevant help screens, if any, and then seek
  1217. assistance from your own support staff.  Once you are sure that your
  1218. difficulty is not a local configuration problem, use the \"{F11:B} Report
  1219. Bug\" command (available from any HELP screen) to let us know about it.
  1220. You may also use the Report Bug command to request local assistance
  1221. or to send a suggestion to the developers.
  1222.  
  1223. Please note: Pine has been adapted to several other operating systems
  1224. besides those directly supported by the University of Washington. 
  1225. Inquiries about these other ports (e.g. VMS and AmigaDOS) should be
  1226. directed to the individual or group that did the adaptation. 
  1227.  
  1228.                         Pine Development Team <pine@cac.washington.edu>
  1229.                         Computing & Communications
  1230.                         University of Washington
  1231.                         Seattle, WA  98195
  1232.  
  1233. <End of Main Menu Help>
  1234. ============= h_mail_index   ========================
  1235.                          FOLDER INDEX COMMANDS
  1236. {Available  Commands -- Group 1         Available Commands -- Group 2         :Navigating the List of Messages             Operations on the Current Message}
  1237. {-------------------------------        -----------------------------         :-------------------------------             ---------------------------------}
  1238. {F1  Show Help Text                     F1  Show Help Text                    : P   Move to the previous message           V  View                 Y  Print}
  1239. {F2  Toggle to see more commands        F2  Toggle to see more commands       : N   Move to the next message               R  Reply to message     F  Forward}
  1240. {F3  MAIN MENU Screen                   F3  Quit Pine                         : -   Show previous screen of messages       D  Mark for deletion      }
  1241. {F4  View current message               F4  Compose a message                 :Spc  Show next screen of messages           U  Undelete (remove deletion mark)}
  1242. {F5  Move to previous message           F5  FOLDER LIST screen                : J   Jump to a specific message             T  Take Address into Address Book}
  1243. {F6  Move to next message               F6  Goto a specified folder           : W   Whereis -- search for a                S  Save into an email folder}
  1244. {F7  Show previous screen of messages   F7  Zoom                              :     specific message                       E  Export as a plain text file}
  1245. {F8  Show next screen of messages       F8  Whereis                           : |   Pipe to a Unix Command                 B  Bounce               *  Flag}
  1246. {F9  Mark message for deletion          F9  Print message                     :Miscellaneous Operations}
  1247. {F10 Undelete (remove delete mark)      F10 Take address into address book    :----------------------------}
  1248. {F11 Reply to message                   F11 Save message into an email folder : G   Goto a specified folder     General Pine Commands }
  1249. {F12 Forward                            F12 Export message into a plain file  : $   Sort order of index         --------------------- }
  1250. {                                                                             : H   Full header mode            O  Show all other available commands }
  1251. {Available Commands -- Group 3                                                : X   Expunge/Exclude             ?  Show Help text     Q Quit Pine }
  1252. {------------------------------                                               : Z   Zoom          A Apply       M  MAIN MENU Screen   L FOLDER LIST screen}
  1253. {F3  Expunge/Exclude        F7 Jump to message   F10 Bounce (remail) msg      :Tab  Next-New      ; Select      C  Compose a new message }
  1254. {F4  Select     F5  Apply   F8 Next New          F11 Flag message as important:}
  1255. {F6  Sort order of index    F9 Full Header Mode  F12 Pipe to a Unix command   :}
  1256.  
  1257. NOTE: The presence or absence of the following commands is determined by
  1258. \"feature-list\" options in your Pine configuration.  Also, some of these
  1259. commands may be administratively disabled by your system manager; if they
  1260. don't work, please check with your local help desk before reporting a bug.
  1261.  
  1262.     o Header Mode (toggle between display of full or minimal headers)
  1263.     o Select (tag messages for aggregate operations)
  1264.     o Apply (apply a command to multiple previously-selected messages)
  1265.     o Flag (mark message as important or set other message status flags)
  1266.     o Zoom (show only pre-selected messages)
  1267.     o Bounce (re-mail message to correct recipient)
  1268.     o Pipe message to a Unix command
  1269.  
  1270. The \"Pipe message to a Unix command\" command is not available in PC-Pine.
  1271.  
  1272. -------------------------------------------
  1273. | Description of the FOLDER INDEX Screen  |
  1274. -------------------------------------------
  1275.  
  1276. The Folder Index displays the headers or summary information of each
  1277. message in the current folder.  This is useful if you want to quickly scan
  1278. new messages, or find a particular message without having to go through
  1279. the text of each message, or to quickly get rid of junk messages, etc.  If
  1280. the list is too long to fit on one screen, you can page up and down in the
  1281. list with the {F7:-}/{F8:SPACE} commands.  The current message is always
  1282. highlighted, and its message number is shown in the status line.  Each
  1283. message line contains the following columns:
  1284.  
  1285.   STATUS: The markings on the left side of the message tell you about its
  1286. status.  You may see one or more of the following codes on any given
  1287. message:
  1288.  
  1289.    o \"D\" for Deleted.  You have marked this message for deletion but not
  1290.          yet eXpunged the folder.
  1291.    o \"N\" for New.  You have not looked at the text of the message yet.
  1292.    o \"A\" for Answered.  Any time you reply to a message it is considered
  1293.          to be answered.
  1294.    o \"+\" for direct-to-you.  The \"+\" indicates that a message was sent
  1295.         directly to your account, your copy is not part of a cc: or a
  1296.         mailing list.
  1297.    o \"X\" for selected.  You have selected the message by using the
  1298.         \"select\" command.  (Some systems may optionally allow selected
  1299.         messages to be denoted by the index line being displayed in bold
  1300.         type.)
  1301.    o \"*\" for Important.  You have previously used the \"Flag\" command
  1302.       to mark this message as \"important\".
  1303.  
  1304.   NUMBER: Messages in a folder are numbered, from one through the number
  1305. of messages in the folder, to help you know where you are in the folder.
  1306.  
  1307.   DATE SENT: The date the message was sent.  By default, messages are
  1308. ordered by arrival time, not by date sent.  Most of the time, arrival time
  1309. and date sent (effectively departure time) are similar.  Sometimes,
  1310. however, the index will appear to be out of order because a message took a
  1311. long time in delivery.
  1312.  
  1313.   SENDER: The name or email address of the sender.  If you are the
  1314.           sender, then the first recipient's name is shown here.
  1315.  
  1316.   SIZE: The number in parentheses is the number of characters in the message.
  1317.  
  1318.   SUBJECT: As much of the message's subject line as will fit on the screen.
  1319.  
  1320. ------------------------------
  1321. | Brief Command Explanations |
  1322. ------------------------------
  1323.  
  1324. REPLY AND FORWARD
  1325.  
  1326. Replying ({F11:R}) and Forwarding ({F12:F}) are your two alternatives for
  1327. following up on the message you are reading. You would use reply if you
  1328. want to get email back to the author of the message and/or the other
  1329. people who have already seen it.  You use forward if you want somebody new
  1330. to see the message.
  1331.  
  1332. In the normal case, the only thing that you must supply when forwarding a
  1333. message is the name/email address of the new recipient.  Pine will
  1334. include the text of the forwarded message.  Pine will also include any
  1335. attachments to the message if you have requested them.  There is space
  1336. above the forwarded text for you to include any comments.
  1337.  
  1338. When replying, you usually have to answer some questions.  If the message
  1339. is to multiple people and/or specified with a Reply-To: header, then you
  1340. will have to decide who should get the reply.  You also need to decide
  1341. whether or not to include the previous message in your reply.  Some of
  1342. this is configurable.  Specifically, see the include-header-in-reply and
  1343. include-text-in-reply configuration features.
  1344.  
  1345. Both the Reply and Forward commands react to the full header mode toggle.
  1346. If the full header mode is on, then all the header and delivery lines are
  1347. included with the text of the message in your reply/forward.
  1348.  
  1349. SAVE AND EXPORT
  1350.  
  1351. Export ({F12:E}) and Save ({F11:S}) are the two alternatives Pine gives
  1352. you to keep a copy of the message you are reading. If you want to keep the
  1353. message within Pine's email world, use \"save\"; if you want to use the
  1354. message in another program, use \"export\".
  1355.  
  1356. When you save a message, it is put into an existing folder or into a new
  1357. folder in one of your existing folder collections.  The message stays in
  1358. email format and can be read by Pine again.  Pine may use a special format
  1359. for its mail folders -- never edit a Pine folder by hand or with any
  1360. program other than Pine.  The exact behavior of the save command can be
  1361. configured with the save-will-quote-leading-froms, save-will-not-delete,
  1362. and save-will-advance feature list settings.
  1363.  
  1364. When you use export, the message is placed in a plain text file in your
  1365. home directory or current working directory, depending on the
  1366. use-current-dir configuration setting.  In the normal case, only minimal
  1367. headers are exported with the message; however, if the full header mode is
  1368. toggled on, then complete headers are exported along with the message
  1369. text.
  1370.  
  1371. TAKE ADDRESS
  1372.  
  1373. With the Take Address command, you can extract email addresses from an
  1374. incoming message and save them in an address book.  This is an easy way
  1375. to add to your address book and avoid having to remember the email
  1376. addresses of the people who write to you.
  1377.  
  1378. If the message is just to you individually, then you will only need to
  1379. provide a nickname.  If the message is more complicated (with more than
  1380. one recipient or an email list involved), then you will see an address
  1381. selection screen which lets you choose the address you want to save into
  1382. your address book, or add several of them to a personal address list.
  1383.  
  1384. HEADER MODE
  1385.  
  1386. Every email message comes with some header lines that you normally don't
  1387. see.  These include anywhere from 3-20 lines added by Internet mail
  1388. transport system to record the route your message took, for diagnostic
  1389. purposes.  These are normally of no import and simply add clutter, so Pine
  1390. suppresses them from MESSAGE TEXT display.  There is, however, a way to
  1391. reveal them.
  1392.  
  1393. The Header Mode ({F9:H}) command is a toggle which controls Pine's
  1394. handling of these header lines.  Normally, full headers is \"off\" and you
  1395. only see a few lines about who a message is to and who it is from.  When
  1396. you press {F9:\"H\"} to turn full headers on, Pine will show you the
  1397. normal header lines as well as delivery headers, comment headers and MIME
  1398. headers.
  1399.  
  1400. Several different Pine commands honor the header mode -- it affects how
  1401. messages are displayed, how they appear in Forward and Reply email, how
  1402. they are printed, how they are saved, and how they are exported.  In Unix
  1403. Pine, the Pipe command is also affected.
  1404.  
  1405. The presence or absence of the Header Mode command is determined by the
  1406. \"enable-full-header-cmd\" feature-list option in your Pine
  1407. configuration.
  1408.  
  1409. EXPUNGE/EXCLUDE
  1410.  
  1411. Expunge/Exclude is the command Pine uses to actually remove all messages
  1412. marked for deletion.  With regular email files, expunge literally deletes
  1413. the text from the current folder.  With newsgroups or shared mailboxes,
  1414. you don't have permission to actually remove the message, so it is an
  1415. exclude -- Pine removes the message from your view of the folder even
  1416. though it is not technically gone.
  1417.  
  1418. GOTO
  1419.  
  1420. Goto is the command which lets you bypass Pine's folder selection screens
  1421. and jump directly to a new folder.  You can select any folder in the
  1422. world: one in your current collection, one in a different collection or
  1423. one in a collection you've never even used before.
  1424.  
  1425. Pine will help you as much as possible to narrow in on the folder you want.
  1426. However, if the folder is outside of your defined collections, you are
  1427. going to have to enter the exact folder location using the correct syntax
  1428. for a remote folder and/or fully-qualified path name.
  1429.  
  1430. WHEREIS
  1431.  
  1432. The WhereIs command lets you search the FOLDER INDEX for a word.  It scans
  1433. through whatever you see, usually the name of the author and the subject
  1434. line.  WhereIs has special features to let you \"find\" the beginning of the
  1435. index (Ctrl-Y -- first message) or the end of the index (Ctrl-V -- last
  1436. message).  WhereIs can also be used as a quick way to select messages, see
  1437. below for more information on this.  Note that WhereIs does not see the 
  1438. \"X\" in column one of Index entries for \"selected\" messages.
  1439.  
  1440. JUMP
  1441.  
  1442. This is Pine's way of allowing you to go straight to a specific message.
  1443. Just press {F7:\"J\"} and then enter the message number.  Pine can also be
  1444. configured such that typing in any number automatically jumps you to that
  1445. message (enable-jump-shortcut in the SETUP CONFIGURATION).
  1446.  
  1447. SORT
  1448.  
  1449. In Pine's generic configuration, messages are presented in the order in
  1450. which they arrive.  This default can be changed in the SETUP CONFIGURATION.
  1451. You can also re-sort the folder on demand with the sort ({F6:$}) command.
  1452. Your sorting options are: Subject, Arrival, From, Date, siZe,
  1453. OrderedSubject and Reverse.
  1454.  
  1455. Some of the subtleties: sorting by subject will group all messages with
  1456. the same subject together and then puts the groups in alphabetical order.
  1457. Sorting by \"ordered subject\" does a grouping intended to simulate a
  1458. \"threaded\" sort, and then presents each \"thread\" in order of the date
  1459. of the first message in the group.  Reverse simply reverses whatever the
  1460. current sort order is.
  1461.  
  1462. Sorting a folder does not actually rearrange the way the folder is saved,
  1463. it just re-arranges how the messages are presented to you.  This means
  1464. that Pine has to do the work of sorting every time you change sort order.
  1465. Sometimes, especially with PC-Pine or with large folders, this could take
  1466. a while.
  1467.  
  1468. BOUNCE
  1469.  
  1470. The bounce ({F10:B}) command allows you to re-send, or \"remail\", a
  1471. message, as if you were never in the loop.  It is analogous to crossing
  1472. out your address on a postal letter, writing a different address on the
  1473. envelope, and putting it into the mailbox. Bounce is used primarily to
  1474. redirect email which was sent to you in error.  Also, some owners of email
  1475. lists need the bounce command to handle list traffic.
  1476.  
  1477. The presence or absence of the Bounce command is determined by the
  1478. \"enable-bounce-cmd\" feature-list option in your Pine configuration. Note
  1479. that Bounce may be administratively disabled by your system manager; if it
  1480. doesn't work, please check with your local help desk before reporting a
  1481. bug.
  1482.  
  1483. FLAG
  1484.  
  1485. Flag ({F11:*}) is the command which allows users to manipulate the status
  1486. flags which appear on the left side of the FOLDER INDEX screen.  The most
  1487. common use of this is to mark a message as important. This is something of
  1488. a note to yourself to get back to that message.  You can also use the flag
  1489. command to set (or unset) the flags which indicate that a message is new,
  1490. read or answered.
  1491.  
  1492. The availability of the flag command is determined by the
  1493. \"enable-flag-cmd\" feature-list option in your Pine configuration. Also,
  1494. Flag may be administratively disabled by your system manager; if it
  1495. doesn't work, please check with your local help desk before reporting a
  1496. bug.
  1497.  
  1498. NEXT NEW (TAB) COMMAND
  1499.  
  1500. When you press the TAB key, Pine advances to the next \"interesting\"
  1501. message.  When you are using Pine to read email, that message is the next
  1502. message in the folder which you have not read before, or that you have
  1503. previously flagged as Important.  When reading news folders, the next
  1504. \"interesting\" message is the next one that you have not yet deleted.
  1505.  
  1506. SELECTING: SELECT AND WHEREIS/SELECT
  1507.  
  1508. Aggregate operations give you the ability to process a group of messages
  1509. at once.  Acting on multiple messages requires two steps: (1) selecting a
  1510. set of messages and then (2) applying a command to that set. The first
  1511. part is handled by the select ({F4:\";\") command.  Select allows you to
  1512. select messages based on their status (read, answered, etc.), contents
  1513. (including fielded selections on header lines) or date.  You also get
  1514. certain quick options to select a specific message or range of messages,
  1515. to select the current message or to select all messages.
  1516.  
  1517. After you have an initial selection, the select command changes.  It gives
  1518. you selection \"alteration\" options: unselect all, unselect current,
  1519. broaden (implements a logical OR), and narrow (implements a logical AND).
  1520. You are allowed to use select as many times as you need to get the
  1521. selected set right.
  1522.  
  1523. Also, the WhereIs ({F8:W}) command has a new feature (Ctrl-X) to
  1524. select all the messages which match the WhereIs search. WhereIs searches
  1525. through just the text which appears on the FOLDER INDEX.
  1526.  
  1527. The availability of the aggregate operations commands is determined by the
  1528. \"enable-aggregate-command-set\" feature-list option in your Pine
  1529. configuration.  Note that aggregate commands may be administratively
  1530. disabled by your system manager;  if they don't work, please check with
  1531. your local help desk before reporting a bug.
  1532.  
  1533. APPLY
  1534.  
  1535. Apply ({F5:A}) is the second step of most aggregate operations.  Apply
  1536. becomes active any time there is a defined set of selected messages.  The
  1537. following commands can be applied to a selected message set: delete,
  1538. undelete, reply, forward, print, take address, save, export, flag, and (on
  1539. Unix Pine) pipe to Unix command.
  1540.  
  1541. The behavior of some of these commands in an aggregate sense is not easy to
  1542. explain.  Try them out to see what they do.
  1543.  
  1544. ZOOM
  1545.  
  1546. Another action you might want to take on a set of selected messages is to
  1547. zoom in on them.  Like Apply, Zoom only becomes active when messages have
  1548. been selected.  Zoom ({F7:Z}) is a toggle command which allows you to
  1549. zoom-in (and only to see the selected messages) and zoom-out (to see all
  1550. messages in the folder).  Neither apply nor zoom removes the markings which
  1551. define the selected set; you need to use a select (\";\") command in order
  1552. to do this.
  1553.  
  1554. <End of help on this topic>
  1555. ============= h_simple_index   ========================
  1556.         POSTPONED MESSAGE SELECTION COMMANDS
  1557.  
  1558. Navigating the List of Messages               General Pine Commands
  1559. -------------------------------               ---------------------
  1560.  {F5 : P }  Move to previous message                {F1 : ? }  Show this help text
  1561.  {F6 : N }  Move to next message
  1562.  {F7 : - }  Show previous screen of messages
  1563.  {F8 :Spc}  Show next screen of messages
  1564.  
  1565. Message Selection Commands
  1566. --------------------------
  1567.  {F3 : E }  Exit the Message Select menu (canceling Send command)
  1568.  {F4 : S }  Select the currently highlighted message
  1569.  {F9 : D }  Mark the currently highlighted message as deleted
  1570.  {F10: U }  Undelete (remove deletion mark from) the highlighted message
  1571.  
  1572. ------------------------------------------------------
  1573. | Description of the Select Postponed Message Screen |
  1574. ------------------------------------------------------
  1575.  
  1576. This screen allows you to select one of several previously postponed
  1577. messages in order to continue composition.  Your options are very limited
  1578. -- the screen is not meant to let you manipulate these messages.  However,
  1579. you may now delete messages from this list.  Once you choose a message,
  1580. Pine reads it in and puts you into the regular message composer.
  1581.  
  1582. Messages do not stay in this postponed state automatically.  If you select
  1583. a message and then want to postpone it again, use the normal postpone
  1584. (Ctrl-O) command in the composer.
  1585.  
  1586. If you exit this screen without selecting a message, the Compose command
  1587. which got you here is canceled.  Other than messages explicitly marked
  1588. \"Deleted\", no messages will be removed.
  1589.  
  1590. <End of help on this topic>
  1591. ============= h_mail_view   ========================
  1592.                         MESSAGE TEXT COMMANDS
  1593. {Available  Commands -- Group  1        Available Commands -- Group 2   :Navigating the List of Messages        Operations on the Current Message}
  1594. {-------------------------------        ------------------------------  :-------------------------------        ---------------------------------}
  1595. {F1  Show Help Text                     F1  Show Help Text              : P     Display previous message        V  View attachment      Y  Print}
  1596. {F2  Toggle to see more commands        F2  Toggle to see more commands : N     Display next message            R  Reply to message     F  Forward}
  1597. {F3  MAIN MENU Screen                   F3  Quit Pine                   : -     Show previous page of this msg  D  Mark for deletion      }
  1598. {F4  View attachment                    F4  Compose a message           :Spc    Show next page of this msg      U  Undelete (remove deletion mark)}
  1599. {F5  Display previous message           F5  FOLDER LIST screen          : J     Jump to a specific message      T  Take Address into Address Book}
  1600. {F6  Display next message               F6  Goto a specified folder     :                                       S  Save into an email folder}
  1601. {F7  Previous screen of this message    F7  FOLDER INDEX screen         :                                       E  Export as a plain text file}
  1602. {F8  Next screen of this message        F8  Whereis                     :                                       |  Pipe to a Unix Command}
  1603. {F9  Mark message for deletion          F9  Print message               :MESSAGE TEXT Screen Commands   B  Bounce                       *  Flag}
  1604. {F10 Undelete (remove delete mark)      F10 Take address into address book      :----------------------------}
  1605. {F11 Reply to message                   F11 Save message into an email folder  : G   Goto a specified folder     General Pine Commands }
  1606. {F12 Forward                            F12 Export message into a plain file    : H   Full Header Mode            --------------------- }
  1607. {                                                                       :Tab  Next New                    O  Show all other available commands }
  1608. {Available Commands -- Group 3                                          : W   Whereis -- search for a     ?  Show Help text      Q Quit Pine }
  1609. {------------------------------                                         :     specific word in message    M  MAIN MENU Screen    L FOLDER LIST screen}
  1610. {F7             Jump to message    F9  Full header mode      F11 Flag message   :                                   I  FOLDER INDEX Screen C  Compose a message }
  1611. {F8             Next New           F10 Bounce this message   F12 Pipe to a Unix command :}
  1612.  
  1613. NOTE: The presence or absence of the following commands is determined by
  1614. \"feature-list\" options in your Pine configuration.  Also, some of these
  1615. commands may be administratively disabled by your system manager; if they don't
  1616. work, please check with your local help desk before reporting a bug.
  1617.         o Header Mode (toggle between display of full or minimal headers)
  1618.         o Flag (mark message as important or set other message status flags)
  1619.         o Bounce (re-mail message)
  1620.         o Pipe message to a Unix command
  1621.         o Select this message (:) --part of the \"aggregate\" cmd set
  1622.  
  1623. The \"Pipe message to a Unix command\" command is not available in PC-Pine.
  1624.  
  1625. ------------------------------------------
  1626. | Description of the MESSAGE TEXT Screen |
  1627. ------------------------------------------
  1628.  
  1629. The upper right corner of the view message screen displays status
  1630. information about the currently open collection and folder and about the
  1631. current message.  It shows the name of the collection in angle brackets
  1632. and then the name of the folder.  The status line also displays the number
  1633. of messages in the folder, the number of the current message and the
  1634. percentage of the current message that has been displayed on the screen.
  1635. If the message is marked for deletion \"DEL\" will appear in the upper
  1636. right as well.
  1637.  
  1638. NOTE: to rapidly move to the end of a message, enter W (or ^W) followed
  1639. by ^V.  Similarly, W followed by ^Y will take you to the beginning of
  1640. the message.
  1641.  
  1642. ------------------------------
  1643. | Brief Command Explanations |
  1644. ------------------------------
  1645.  
  1646. REPLY AND FORWARD
  1647.  
  1648. Replying ({F11:R}) and Forwarding ({F12:F}) are your two alternatives for
  1649. following up on the message you are reading. You would use reply if you
  1650. want to get email back to the author of the message and/or the other
  1651. people who have already seen it.  You use forward if you want somebody new
  1652. to see the message.
  1653.  
  1654. In the normal case, the only thing that you must supply when forwarding a
  1655. message is the name/email address of the news recipient.  Pine will
  1656. include the text of the forwarded message.  Pine will also include any
  1657. attachments to the message if you have requested them.  There is space
  1658. above the forwarded text for you to include any comments.
  1659.  
  1660. When replying, you usually have to answer some questions.  If the message
  1661. is to multiple people and/or specified with a Reply-To: header, then you
  1662. will have to decide who should get the reply.  You also need to decide
  1663. whether or not to include the previous message in your reply.  Some of
  1664. this is configurable.  Specifically, see the include-header-in-reply and
  1665. include-text-in-reply configuration features.
  1666.  
  1667. Both the Reply and Forward commands react to the full header mode toggle.
  1668. If the full header mode is on, then all the header and delivery lines are
  1669. included with the text of the message in your reply/forward.
  1670.  
  1671. SAVE AND EXPORT
  1672.  
  1673. Export ({F12:E}) and Save ({F11:S}) are the two alternatives Pine gives
  1674. you to keep a copy of the message you are reading. If you want to keep the
  1675. message within Pine's email world, use \"save\"; if you want to use the
  1676. message in another program, use \"export\".
  1677.  
  1678. When you save a message, it is put into an existing folder or into a new
  1679. folder in one of your existing folder collections.  The message stays in
  1680. email format and can be read by Pine again.  Pine may use a special format
  1681. for its mail folders -- never edit a Pine folder by hand or with any
  1682. program other than Pine.  The exact behavior of the save command can be
  1683. configured with the save-will-quote-leading-froms, save-will-not-delete,
  1684. and save-will-advance feature list settings.
  1685.  
  1686. When you use export, the message is placed in a plain text file in your
  1687. home directory or current working directory, depending on the
  1688. use-current-dir configuration setting.  In the normal case, only minimal
  1689. headers are exported with the message; however, if the full header mode is
  1690. toggled on, then complete headers are exported along with the message
  1691. text.
  1692.  
  1693. VIEW ATTACH
  1694.  
  1695. The View/Save Attachment ({F4:V}) command allows you to handle MIME
  1696. attachments on a message you have received.  Pine shows you a list of the
  1697. message attachments--you just choose the attachment you want.  You may
  1698. either view or save the selected attachment.
  1699.  
  1700. Because many attachments require external programs for display, there is
  1701. some system configuration that has to happen before you can actually
  1702. display attachments.  Hopefully much of that will have been done already
  1703. by your system administrator.  MIME configuration is handled with the
  1704. \"mailcap\" configuration file.  (See the release notes for more information.)
  1705.  
  1706. WHEREIS
  1707.  
  1708. The WhereIs ({F8:W}) command does a \"find in current message\" operation.
  1709. You type in a word and Pine will try and find it in the message you are
  1710. reading.  You can also use WhereIs to jump to the beginning (Ctrl-Y) or
  1711. end (Ctrl-V) of the message.
  1712.  
  1713. NEXT NEW (TAB) COMMAND
  1714.  
  1715. When you press the TAB key, Pine advances to the next \"interesting\"
  1716. message.  When you are using Pine to read email, that message is the next
  1717. message in the folder which you have not read before or which you have
  1718. previously marked \"Important\" via the Flag command.  When reading news
  1719. folders, the next \"interesting\" message is the next one which you have
  1720. not yet deleted.
  1721.  
  1722. TAKE ADDRESS
  1723.  
  1724. With the Take Address command, you can extract email addresses from an
  1725. incoming message and save them in an address book.  This is an easy way
  1726. to add to your address book and avoid having to remember the email
  1727. addresses of the people who write to you.
  1728.  
  1729. If the message is just to you individually, then you will only need to
  1730. provide a nickname.  If the message is more complicated (with more than
  1731. one recipient or an email list involved), then you will see an address
  1732. selection screen which lets you choose the address you want to save into
  1733. your address book, or add several of them to a personal address list.
  1734.  
  1735. HEADER MODE
  1736.  
  1737. Every email message comes with some header lines that you normally don't
  1738. see.  These include anywhere from 3-20 lines added by the Internet mail
  1739. transport system to record the route your message took, for diagnostic
  1740. purposes.  These are normally of no import and simply add clutter, so Pine
  1741. suppresses them from MESSAGE TEXT display.  There is, however, a way to
  1742. reveal them.
  1743.  
  1744. The Header Mode ({F9:H}) command is a toggle which controls Pine's
  1745. handling of these header lines.  Normally, full headers is \"off\" and you
  1746. only see a few lines about who a message is to and who it is from.  When
  1747. you press {F9:\"H\"} to turn full headers on, Pine will show you the
  1748. normal header lines as well as delivery headers, comment headers and MIME
  1749. headers.
  1750.  
  1751. Several different Pine commands honor the header mode -- it affects how
  1752. messages are displayed, how they appear in forward and reply email, how
  1753. they are printed, they are saved, and how they are exported. In Unix
  1754. Pine, the Pipe command is also affected.
  1755.  
  1756. The presence or absence of the Header Mode command is determined by the
  1757. \"enable-full-header-cmd\" feature-list option in your Pine
  1758. configuration.
  1759.  
  1760. FLAG
  1761.  
  1762. Flag ({F11:*}) is the command which allows users to manipulate the status
  1763. flags which appear on the left side of the FOLDER INDEX screen.  The most
  1764. common use of this is to mark a message as important. This is something of
  1765. a note to yourself to get back to that message.  You can also use the flag
  1766. command to set (or unset) the flags which indicate that a message is new,
  1767. read or answered.
  1768.  
  1769. The availability of the flag command is determined by the
  1770. \"enable-flag-cmd\" feature-list option in your Pine configuration. Also,
  1771. Flag may be administratively disabled by your system manager; if it
  1772. doesn't work, please check with your local help desk before reporting a
  1773. bug.
  1774.  
  1775. ALTERNATE CHARACTER SETS
  1776.  
  1777. Pine attempts to stay out of the way so that it won't prevent you from
  1778. viewing mail in any character set.  It will simply send the message to
  1779. your display device.  If the device is capable of displaying the message
  1780. as it was written it will do so.  If not, the display may be partially or
  1781. totally incorrect.  If the message is marked as being in a character set
  1782. other than \"US-ASCII\" and it is a character set that is different from
  1783. the set you have indicated with the \"character-set\" variable in your
  1784. configuration, then a warning message will be printed to your screen at
  1785. the beginning of the message display.
  1786.  
  1787. In all cases Pine requires that the display device can handle the
  1788. character set.  For example, most X-terminals will display the ISO-8859-1
  1789. character set if the right font is selected.  VT220's and higher also
  1790. display ISO-8859-1.  Displays for other characters sets are less common.
  1791.  
  1792. <End of help on this topic>
  1793. ===== h_folder_maint =====
  1794.                         FOLDER LIST COMMANDS
  1795. {Available Commands -- Group 1        Available Commands -- Group 2     :Navigating the Folder Screen            Operations on the Selected Folder}
  1796. {-------------------------------      ------------------------------    :----------------------------            ---------------------------------}
  1797. {F1  Show Help Text                    F1  Show Help Text               : P   Move to previous folder              V  View Index of selected folder}
  1798. {F2  Toggle to see more commands       F2  Toggle to see more commands  : N   Move to next folder                  D  Delete}
  1799. {F3  MAIN MENU Screen                  F3  Quit Pine                    : -   Show previous page of listing        R  Rename}
  1800. {F4  Select folder and view it         F4  Compose a message            :Spc  Show next page of listing}
  1801. {F5  Move to previous folder                    :}
  1802. {F6  Move to next folder               F6  Specify a folder to go to    :FOLDER LIST Screen Commands              General Pine Commands}
  1803. {F7  Show previous screen of listing   F7  Show FOLDER INDEX of current folder :---------------------------              ---------------------}
  1804. {F8  Show next screen of listing       F8  Whereis (search folder names): A  Add a folder                          O  Show all other available commands}
  1805. {F9  Delete selected folder            F9  Print folder listing         : G  Specify a folder to go to             ?  Show Help text
  1806. {F10 Add a new folder                                                   : I  Show FOLDER INDEX of current folder   M  MAIN MENU Screen}
  1807. {F11 Rename selected folder                                             : W  Whereis (search folder names)         Q  Quit Pine}
  1808. {                                                                       : Y  Print folder listing                  C  Compose a message}
  1809.  
  1810. -----------------------------------------
  1811. | Description of the FOLDER LIST Screen |
  1812. -----------------------------------------
  1813.  
  1814. The purpose of the FOLDER LIST screen is to display your message folders
  1815. and allow you to \"open\" or view a new one, or manage your folders using the
  1816. Rename, Delete, and Add commands.  The status bar shows information about
  1817. the current folder.
  1818.  
  1819. The appearance of the Folder List depends upon your Pine configuration.
  1820. The most basic configuration will show a single list of folders, beginning
  1821. with the three distinguished folders INBOX, sent-mail, and saved-messages.
  1822. All other folders will be listed in alphabetical order.
  1823.  
  1824. If you or your system administrator have defined additional collections,
  1825. e.g. News, then you may see each of your collections listed with a
  1826. \"Select Here to See Expanded List\" button.  Alternatively, Pine can be
  1827. configured to always immediately display the complete list of folders in
  1828. each collection via the \"expanded-view-of-folders\" feature list option.
  1829.  
  1830. -----------------
  1831. | About Folders |
  1832. -----------------
  1833.  
  1834. What are Folders?
  1835.  
  1836. Folders are simply files where messages are kept.  Every message has to be
  1837. in a folder.  Most every Pine user starts out with 3 folders: an INBOX, a
  1838. folder for sent mail and a folder for saved messages.
  1839.  
  1840. You may create as many other folders as you wish.  They must be given
  1841. names that can be filenames on the filesystem.  On DOS that means they
  1842. must be 8-characters or less; on Unix you shouldn't use special characters
  1843. such as \"/\".  Normally PC-Pine folders are automatically given the DOS
  1844. extension \".MTX\" (which stands for Mailbox-text).  The extension is
  1845. suppressed from FOLDER LIST displays, and should not be entered when
  1846. typing a folder name at a Save or Goto prompt.  The use of the MTX extension
  1847. can be overridden by a Setup/Config option, which may be useful when
  1848. accessing saved-message folders on a Unix host via SMB or NFS.  PC-Pine
  1849. can understand the normal Unix mail folder format, but can only open
  1850. those folders READ-ONLY.
  1851.  
  1852. You can move messages from one folder to another by opening the original
  1853. folder and saving messages into the other folder just as you can save
  1854. message from your INBOX to any other folder.
  1855.  
  1856. Folders are just files in the filesystem.  However, the files which are
  1857. folders have some special formatting in them (so that Pine knows where one
  1858. message ends and another begins) and should *not* be edited outside of
  1859. Pine.  If you want copies of your messages in text files that you can edit
  1860. or otherwise manipulate, use the export command to export them from Pine.
  1861.  
  1862. ----------------------
  1863. | Folder Collections |
  1864. ----------------------
  1865.  
  1866. Those of you with simple mail configurations will just see a list of all the
  1867. folders you have.  The special folders for INBOX, sent mail and saved messages
  1868. will appear at the top of the list.  All others are in alphabetical order.
  1869.  
  1870. That model wouldn't work for Pine users with multiple collections.  If you
  1871. or your system administrator have defined more than one collection or if
  1872. you have a collection (news or otherwise) defined on your system, then you
  1873. will see each of your collections listed with a \"Select Here to See
  1874. Expanded List\" button.  Pine can be configured to always show you all
  1875. folders in all collections with the \"expanded-view-of-folders\" feature
  1876. list option in your Pine configuration.
  1877.  
  1878. Why have Collections?
  1879.  
  1880. If a Pine user only got 5 messages a day and used the same computer all the
  1881. time, then folders would be enough.  For good or bad, that is not the
  1882. case.  People who use more than one computer account need to have
  1883. different sets of folders on those different platforms.  People who have
  1884. hundreds or thousands of folders need a way to group folders together.
  1885. That is where collections come in.
  1886.  
  1887. Types of Collections.
  1888.  
  1889. A collection of folders is just a group of folders in the same directory
  1890. on the same machine.  In general, all collections of folders are equal in
  1891. Pine's eye.  However, there are some special collections:
  1892.  
  1893.         INCOMING FOLDERS:  Pine's \"incoming-folders\" configuration is a
  1894. special collection used to supplement your single INBOX.  All the folders
  1895. here are those that get incoming messages.  You may have multiple folders
  1896. like this because you use an external program to filter your email or
  1897. because you have multiple accounts.
  1898.  
  1899.         NEWS:  You can also define a collection specifically for
  1900. newsgroups.  Pine does this for you implicitly when you define a NNTP
  1901. Server in your Pine configuration.  The news collection is presented last
  1902. and Pine knows not to save messages there.
  1903.  
  1904.         DEFAULT COLLECTION FOR SAVES:  Perhaps the most important special
  1905. collection is the one which you specify as the first item of the
  1906. configuration for \"folder-collections\".  This is the default collection
  1907. for your saved and sent messages folders.
  1908.  
  1909. There is no limit to the number of collections you can have. Everyone
  1910. starts with just one collection and few people ever have more than a dozen
  1911. or so.
  1912.  
  1913. Defining Collections.
  1914.  
  1915. In the absence of any folder-collection definitions, Pine will assume a
  1916. single default folder collection, and if necessary, create the directory
  1917. \"mail\" in your Unix home directory to hold your folders.  Otherwise,
  1918. Pine will never create any directories.  However, you may create as many
  1919. mail directories as you would like using the Unix \"mkdir\" command, and
  1920. then define folder-collection entries to correspond with each one. This is
  1921. done via the Setup/Config command on the Main Menu.
  1922.  
  1923. ----------------------
  1924. | Valid Folder Names |
  1925. ----------------------
  1926.  
  1927. Once your folder collections are defined, you can usually refer to
  1928. folders by their simple (unqualified) name, or pick from a FOLDER LIST
  1929. display.  However, understanding the complete syntax for folder names,
  1930. both local and remote, is handy when using the Goto command and when
  1931. you are adding new folder collections via the SETUP CONFIGURATION screen.
  1932.  
  1933. Local folders follow the local naming rules.  For example,
  1934. \"~/mail/september-1994\" might be a reasonable folder name on Unix
  1935. and \"\\C:\\PINE\\FOLDERS\\OCT-94\" might exist on a PC.
  1936.  
  1937. Pine users have the option of using folders which are stored on some other
  1938. computer.  Pine accesses remote folders via IMAP (the Internet Message
  1939. Access Protocol), or in the case of news, via NNTP (the Network News
  1940. Transport Protocol).  To be able to access remote folders in Pine, the
  1941. remote host must be running the appropriate server software (imapd or
  1942. nntpd) and you must correctly specify the name of the folder to Pine,
  1943. including the domain name of the remote machine. For example,
  1944. \"{{:{}monet.art.nowhere.edu}INBOX\" is a remote folder specification, as
  1945. is \"{{:{}monet.art.nowhere.edu}~/mail/september-1994\".  As you can tell,
  1946. the name of the computer is in {{:{}} brackets followed immediately by the
  1947. name of the folder.  If, as in these examples, there is no remote access
  1948. protocol specified, then IMAP is assumed.
  1949.  
  1950. There are certain markings which have special meanings in folder names:
  1951.     o A \"*\" in front of the folder specification means that the folder is
  1952.       a bulletin board -- shared access and no write privileges.  Examples:
  1953.            *comp.mail.pine, *{{:{}wharhol.art.nowhere.edu}job-board
  1954.     o A folder name beginning with \"#mh/\" is an mh format folder.  Examples:
  1955.            #mh/mail/sep-1994, {{:{}rembrandt.art.nowhere.edu}#mh/mail/sep-1994
  1956.  
  1957. There are certain flags within remote folder names:
  1958.     o An \"/anonymous\" flag means anonymous IMAP access.  Example:
  1959.       {{:{}wharhol.art.nowhere.edu/anonymous}job-board
  1960.     o A \"/nntp\" flag means NNTP protocol access.  It cannot be used with
  1961.       the /anonymous flag.  Example:
  1962.            *{{:{}news.nowhere.edu/nntp}comp.mail.pine
  1963.  
  1964. Note that \"INBOX\" has special meaning in both local and remote folder
  1965. specifications.  The name INBOX refers to your \"principal incoming
  1966. message folder\" and will be mapped to the actual file name used for your
  1967. INBOX on any given host.  Therefore, a name like
  1968. \"{{:{}xxx.art.nowhere.edu}INBOX\" refers to whatever file is used to
  1969. store incoming mail for you on that particular host.
  1970.  
  1971. <End of help on this topic>
  1972. ===== h_folder_open =====
  1973.  
  1974. This screen is designed to allow you to quickly and easily survey your
  1975. folders and select one to open.
  1976.  
  1977. Navigating the List of Folders             General Pine Commands
  1978. ------------------------------             ---------------------
  1979. {F5 : P }  Move to previous folder          {F1 : ? }  Show this help text
  1980. {F6 : N }  Move to next folder
  1981. {F7 : - }  Show previous screen of folders
  1982. {F8 :Spc}  Show next screen of folders
  1983. {F12: W }  WhereIs (search folder names)
  1984.  
  1985. Folder Selection Commands
  1986. -------------------------
  1987. {F3 : E }  Exit the Folder Select menu (without selecting a folder)
  1988. {F4 : S }  Select the currently highlighted folder
  1989.  
  1990. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  1991. press \"?\" for Help... Look for the section \"About Folders\".
  1992.  
  1993. <End of help on this topic>
  1994. ===== h_folder_save =====
  1995.  
  1996. This screen is designed to allow you to quickly and easily survey your
  1997. folders and select one to use for saving the current message.
  1998.  
  1999. Navigating the List of Folders             General Pine Commands
  2000. ------------------------------             ---------------------
  2001. {F5 : P }  Move to previous folder          {F1 : ? }  Show this help text
  2002. {F6 : N }  Move to next folder
  2003. {F7 : - }  Show previous screen of folders
  2004. {F8 :Spc}  Show next screen of folders
  2005. {F12: W }  WhereIs (search folder names)
  2006.  
  2007. Folder Selection Commands
  2008. -------------------------
  2009. {F3 : E }  Exit the Folder Select menu (without selecting a folder)
  2010. {F4 : S }  Select the currently highlighted folder
  2011.  
  2012. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  2013. press \"?\" for Help... Look for the section \"About Folders\".
  2014.  
  2015. <End of help on this topic>
  2016. ===== h_folder_fcc =====
  2017.  
  2018. This screen is designed to allow you to quickly and easily survey your
  2019. folders and select one to use as the file carbon copy (fcc) for the
  2020. current message.
  2021.  
  2022. Navigating the List of Folders             General Pine Commands
  2023. ------------------------------             ---------------------
  2024. {F5 : P }  Move to previous folder          {F1 : ? }  Show this help text
  2025. {F6 : N }  Move to next folder
  2026. {F7 : - }  Show previous screen of folders
  2027. {F8 :Spc}  Show next screen of folders
  2028. {F12: W }  WhereIs (search folder names)
  2029.  
  2030. Folder Selection Commands
  2031. -------------------------
  2032. {F3 : E }  Exit the Folder Select menu (without selecting a folder)
  2033. {F4 : S }  Select the currently highlighted folder
  2034.  
  2035. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  2036. press \"?\" for Help... Look for the section \"About Folders\".
  2037.  
  2038. <End of help on this topic>
  2039. ===== h_address_book =====
  2040.                          ADDRESS BOOK COMMANDS
  2041. {Available  Commands -- Group 1         Available Commands -- Group 2   :Address Book Navigation        General Pine Commands}
  2042. {-------------------------------        ------------------------------  :-----------------------        ---------------------}
  2043. {F1  Show Help Text                      F1  Show Help Text             : P  Prev Address                  ?  Display this help text}
  2044. {F2  Toggle to see more commands         F2  Toggle to see more commands: N  Next Address                  O  Show all other available commands}
  2045. {F3  Exit this screen                    F3  Quit Pine                  : -  Previous page of address book E  Exit this screen}
  2046. {F4  View/Edit selected entry                                           :Spc Next page of address book     Q  Quit Pine}
  2047. {F5  Move to previous entry              F5  FOLDER LIST screen         : W  WhereIs (search for word/     C  Compose message to selected addr}
  2048. {F6  Move to next entry                  F6  Specify a folder to go to  :      or  name in address book)   L  FOLDER LIST screen}
  2049. {F7  Previous page of address book       F7  FOLDER INDEX screen        :                                  G  Specify a folder to go to}
  2050. {F8  Next page of address book                                          :Address Book Commands             I  FOLDER INDEX screen}
  2051. {F9  Delete selected entry               F9  Print address book         :------------------------------------------------}
  2052. {F10 Add new entry to address book       F10 TakeAddr to another abook  : V  View/Edit selected entry      D  Delete selected entry}
  2053. {F11 Compose to selected entry           F11 Export entry to a file     : Y  Print address book            T  TakeAddr to another address book}
  2054. {F12 Whereis (search address book)       F12 Forward entry by mail      : X  Export entry to a file        A  Add new entry to address book}
  2055. {: F  Forward entry by mail}
  2056.  
  2057. ------------------------------------------
  2058. | Description of the Address Book Screen |
  2059. ------------------------------------------
  2060.  
  2061. This screen lets you edit any and all entries in your address book.  It
  2062. also acts as a short-cut for composing messages to people in the address
  2063. book.  When, from this screen, you press {F11:\"C\"} for ComposeTo, the
  2064. message starts \"pre-addressed\" to whatever address book entry is
  2065. currently selected.
  2066.  
  2067. If you have more than one address book defined for yourself or if your
  2068. system has a site-wide address book defined, you may see a list of address
  2069. books and a \"Select Here to See Expanded List\" button for each of them.
  2070. Alternatively, Pine can be configured to immediately display all the
  2071. entries in each address book via the \"expanded-view-of-addressbooks\"
  2072. feature list option in your Pine configuration.
  2073.  
  2074. Pine's address book helps you keep a list of addresses you send mail to so
  2075. you do not have to remember addresses that are often complex.  Each entry
  2076. in the address book has five fields, all of them optional.  The three
  2077. elements which are usually visible on the ADDRESS BOOK display, are:
  2078.  
  2079.         NICKNAME: A short easy-to-remember label to identify the entry.
  2080.         This is what you type in as you are addressing the message in the
  2081.         composer.  If there is a matching entry in your address book(s),
  2082.         Pine will extract the corresponding FullName and Address fields to
  2083.         generate the actual address for your message.
  2084.  
  2085.         FULLNAME: A longer field where you can put the full name of the
  2086.         person or organization.  Usually the full names are put in last
  2087.         name first so they sort nicely in alphabetical order.  Whatever
  2088.         you put as the name here will appear on the message when it is
  2089.         finally delivered.
  2090.  
  2091.         ADDRESS: This is the actual email address itself.  This must be
  2092.         a valid Internet address that conforms to the Internet message
  2093.         header standard, RFC-822.  (There is more information on email
  2094.         addresses a little later in this section.)
  2095.  
  2096. The two fields which aren't usually visible are:
  2097.  
  2098.         FCC: The name of the folder you would like a copy of any outgoing
  2099.         message to this address to be saved in.  If this field is set, and
  2100.         this address is the first one in the message's To: header, then
  2101.         Pine will use this folder name for the FCC in lieu of the normal
  2102.         FCC folder name.
  2103.  
  2104.         COMMENTS: This field contains arbitrary text for your convenience.
  2105.  
  2106. Due to screen width limitations, these last two fields do not show up in
  2107. the normal ADDRESS BOOK display.  You may select the \"View/Edit\" command to
  2108. view or modify them.  You may use the configuration variable
  2109. \"addressbook-formats\" to add these fields to your ADDRESS BOOK display,
  2110. or to modify the format of the display.
  2111.  
  2112. ---------------------------
  2113. | Sorting the Address book |
  2114. ---------------------------
  2115.  
  2116. By default, address book entries are sorted alphabetically on the full
  2117. name with distribution lists sorted to the end.  Sorting can be changed by
  2118. resetting the address book sort rule in the Pine SETUP CONFIGURATION screen
  2119. --assuming you have \"write\" permission for the address book file.
  2120.  
  2121. Unlike the sorting of folders (which only changes presentation), sorting an
  2122. address book actually changes the file as it is kept on the computer.  For
  2123. this reason you may not be able to sort a shared or system-wide address
  2124. book.
  2125.  
  2126. ----------------------
  2127. | Distribution Lists |
  2128. ----------------------
  2129.  
  2130. Pine entries can be simple cases of aliases (a single nickname is linked
  2131. to a single email address) or distribution lists (a single nickname
  2132. pointing at more than one email address).  Each distribution list has a
  2133. nickname, a full name and a list of addresses.  The addresses may be
  2134. actual addresses or they may be other nicknames in your address book.
  2135. They may even refer to other distribution lists.  The command to create a
  2136. new distribution list is {F10:\"A\"}.  To add entries to an existing list
  2137. use the View/Edit ({F4:\"V\"}) command.  Delete ({F11:\"D\"}) will delete
  2138. a single address from the list if the cursor is placed on the address;
  2139. it will delete the entire distribution list if the cursor is on the
  2140. nickname/fullname line.  View/Edit may also be used to delete addresses
  2141. from a list.
  2142.  
  2143. Address field entries in distribution lists may take any one of three
  2144. forms: a nickname existing in any of the defined address books, a normal
  2145. address of the form \"jsmith@art.nowhere.edu\", or a complete
  2146. fullname/address combination, e.g. \"John Smith
  2147. <jsmith@art.nowhere.edu>\".
  2148.  
  2149. Distribution lists in Pine address books can only be used by the person or
  2150. people who have access to that address book.  They are not usually used to
  2151. implement discussion groups, but can be used to facilitate small
  2152. discussion groups if all the participants have access to the same shared
  2153. address book.
  2154.  
  2155. --------------------
  2156. | FCC and Comments |
  2157. --------------------
  2158.  
  2159. As mentioned above, each entry in the address book also has two other optional
  2160. fields, fcc and comments.  The command to look at or edit either of these
  2161. is the same View/Edit command used for all of the fields ({F4:\"V\"}).  The
  2162. comments field is just for your own use.  The fcc field overrides the
  2163. default fcc if this address is the first one on the To line.  The WhereIs
  2164. command may be used to search for particular strings in the address book,
  2165. including fields which are not visible (like comment and fcc by default).
  2166.  
  2167. -------------------------------------------------
  2168. | Exporting and Forwarding Address book entries |
  2169. -------------------------------------------------
  2170.  
  2171. When you use the Export ({F11:\"X\"}) command, the currently highlighted
  2172. address book entry is placed in a plain text file in your home directory
  2173. or current working directory, depending on the use-current-dir
  2174. configuration setting.
  2175.  
  2176. When you use the Forward ({F12:\"F\"}) command, the currently highlighted
  2177. address book entry is placed in a special attachment (which is only
  2178. understood by Pine) and you are put into the composer.  You can fill in
  2179. some comments in the body of the message, if you'd like, and send it to
  2180. somebody else who uses Pine.  The recipient may use the TakeAddr command
  2181. on that message to insert the address book entry you sent in their own
  2182. address book.
  2183.  
  2184. -------------------------------------------
  2185. | Multiple and/or Site-Wide Address books |
  2186. -------------------------------------------
  2187.  
  2188. You may have more than one personal address book.  In addition, there may
  2189. be one or more global address books.  This capability allows you to have
  2190. multiple personal address books (some of which may be shared) and it also
  2191. allows system administrators to implement site-wide address books that
  2192. contain entries for users on multiple machines within the organization.
  2193.  
  2194. Searching.  If you enter a nickname when composing a message, your
  2195. personal address books will be searched through in order, and then the
  2196. global address book(s) searched. If more than one address book has an entry
  2197. for the nickname, Pine uses the first one that it finds, so an entry in
  2198. your personal address book would override a global address book entry. If
  2199. after searching all the address books there is still no match, (Unix) Pine
  2200. then searches the local host password file on the assumption that you have
  2201. entered a local user name rather than an address book nickname.
  2202.  
  2203. Defining.  You define multiple personal address books via the
  2204. \"address-book\" option in the SETUP CONFIGURATION screen.  You can add as
  2205. many as you like. System administrators may specify a site-wide address
  2206. book by defining the \"global-address-book\" variable in the system-wide
  2207. Pine configuration file.  You may override this definition using the
  2208. \"global-address-book\" option in the SETUP CONFIGURATION screen.
  2209.  
  2210. Creating and updating.  Personal address books are normally created empty
  2211. and populated by explicit additions from within Pine, e.g. via the
  2212. TakeAddr command. Unlike personal address books, global address books may
  2213. not be modified/updated from within Pine; that is, they are Read-Only.
  2214. Thus, global address books are created, populated and updated outside of
  2215. Pine. They might be hand-edited, generated by a program from another
  2216. database, or by copying an existing address book.  See the Pine Technical
  2217. Notes document (included in the Pine distribution) for more information on
  2218. this.
  2219.  
  2220. Accessing.  Address books must be accessible via normal file access
  2221. routines on the machine where Pine is running.  That is, Pine does not yet
  2222. have the ability to access address books on remote systems, except via
  2223. low-level file access protocols such as NFS or SMB.  (It is understood
  2224. that this limits the utility of global address books for PC-Pine users.)
  2225.  
  2226. While global address books are explicitly intended to be shared, there is
  2227. nothing to prevent you from sharing a personal address book with other
  2228. Pine users. This might be useful in the case of a small workgroup.
  2229. However, it is recommended that updates to shared personal address books
  2230. be done when other Pine users are not accessing the address book. Pine
  2231. does not do any file-locking to manage concurrent updates to the
  2232. addressbook, but it does check to see if the file has been modified before
  2233. making any changes.  Consequently, inadvertent concurrent updates will
  2234. only cause other Pine users to have to restart their address book
  2235. operation, which will cause Pine to re-open the updated file.
  2236.  
  2237. -------------------------
  2238. | Valid Email Addresses |
  2239. -------------------------
  2240.  
  2241. When you enter an email address into the address field of your address
  2242. book you are giving Pine an address that it must be able to actually
  2243. reach.  The address you enter here must be a valid address which is
  2244. reachable from your site.  If it is not, you will get an error message
  2245. after sending the message.
  2246.  
  2247. A valid email address on the Internet has a user name, an \"@\" sign and
  2248. then a domain.  For example, jsmith@art.nowhere.edu is the email address
  2249. of a person with the username \"jsmith\" who has an account with
  2250. \"art.nowhere.edu\".  The number of segments on the right of the \"@\"
  2251. sign can vary depending on how the address is structured for the
  2252. particular host.
  2253.  
  2254. If you are sending to someone on the same system as you are, you can leave
  2255. the \"@\" and all the information to its right off of the address, and
  2256. Pine will fill it in automatically.  Sometimes you can also abbreviate the
  2257. right part of the address if you are at the same domain.  When sending
  2258. messages across gateways to other networks, the addresses get more
  2259. complicated.  Ask your local consultants for the correct syntax from your
  2260. site to the network you are trying to reach.
  2261.  
  2262. <End of help on this topic>
  2263. ===== h_select_addr =====
  2264.                    SELECT ADDRESS
  2265.  
  2266. Navigating the List of Messages               General Pine Commands
  2267. -------------------------------               ---------------------
  2268. {F5 : P }  Move to previous entry             {F1 : ? }  Show this help text
  2269. {F6 : N }  Move to next entry
  2270. {F7 : - }  Show previous screen of address book
  2271. {F8 :Spc}  Show next screen of address book
  2272. {F12: W }  WhereIs (search through address book)
  2273.  
  2274. Address Selection Commands
  2275. --------------------------
  2276. {F3 : E }  Exit the Address Select screen (without selecting an address)
  2277. {F4 : S }  Select the currently highlighted entry
  2278.  
  2279. This screen is designed to let you easily scan your address book(s) in
  2280. order to select an entry for the message you are composing.  You cannot
  2281. edit your address book in any way at this time, for address book
  2282. maintenance, select the address book command when not composing a message.
  2283.  
  2284. If you are composing a message and know the nickname of the person/list you
  2285. want, you can bypass this screen by simply typing in the nickname on the
  2286. appropriate header line (To:, Cc:, etc.)  Exiting this screen without
  2287. selecting an entry does not cancel your message.
  2288.  
  2289. FOR MORE INFORMATION on addresses and Pine's address book: From the Main
  2290. Menu, select \"A ADDRESS BOOK\" and press \"?\" for Help...
  2291.  
  2292. <End of help on this topic>
  2293. ===== h_use_address_bookl =====
  2294.                    COMPOSER: SELECT ADDRESSES
  2295.  
  2296. Navigating the List of Messages               General Pine Commands
  2297. -------------------------------               ---------------------
  2298. {F5 : P }  Move to previous entry             {F1 : ? }  Show this help text
  2299. {F6 : N }  Move to next entry
  2300. {F7 : - }  Show previous screen of address book
  2301. {F8 :Spc}  Show next screen of address book
  2302. {F12: W }  WhereIs (search through address book)
  2303.  
  2304. Address Selection Commands
  2305. --------------------------
  2306. {F3 : E }  Exit the Address Select screen (without selecting an address)
  2307. {F4 : S }  Select the currently highlighted entry
  2308. {F9 : L }  Change to ListMode
  2309.  
  2310. This screen is designed to let you easily scan your address book(s) in
  2311. order to select entries for the message you are composing.  You cannot
  2312. edit your address book in any way at this time, for address book
  2313. maintenance, select the address book command when not composing a message.
  2314.  
  2315. If you are composing a message and know the nickname of the person/list you
  2316. want, you can bypass this screen by simply typing in the nickname on the
  2317. appropriate header line (To:, Cc:, etc.)  Exiting this screen without
  2318. selecting an entry does not cancel your message.
  2319.  
  2320. The ListMode command will add a column at the left edge of the screen.
  2321. You mark the entries which you wish to select with the \"X\" command.
  2322. This allows you to choose more than one entry at a time.
  2323.  
  2324. FOR MORE INFORMATION on addresses and Pine's address book: From the Main
  2325. Menu, select \"A ADDRESS BOOK\" and press \"?\" for Help...
  2326.  
  2327. <End of help on this topic>
  2328. ===== h_use_address_bookx =====
  2329.                    COMPOSER: SELECT ADDRESSES
  2330.  
  2331. Navigating the List of Messages               General Pine Commands
  2332. -------------------------------               ---------------------
  2333. {F5 : P }  Move to previous entry             {F1 : ? }  Show this help text
  2334. {F6 : N }  Move to next entry
  2335. {F7 : - }  Show previous screen of address book
  2336. {F8 :Spc}  Show next screen of address book
  2337. {F12: W }  WhereIs (search through address book)
  2338.  
  2339. Address Selection Commands
  2340. --------------------------
  2341. {F3 : E }  Exit the Address Select screen (without selecting an address)
  2342. {F4 : S }  Select the currently highlighted entry
  2343. {F9 : X }  Set or Unset the highlighted entry
  2344.  
  2345. Mark the entries you wish to select with the \"X Set/Unset\" command.
  2346. Type \"S Select\" to select all of the entries you have marked, just as
  2347. if you had typed them in by hand.
  2348.  
  2349. FOR MORE INFORMATION on addresses and Pine's address book: From the Main
  2350. Menu, select \"A ADDRESS BOOK\" and press \"?\" for Help...
  2351.  
  2352. <End of help on this topic>
  2353. ===== h_select_nickname_take =====
  2354.                 TAKEADDR: SELECT NICKNAME
  2355.  
  2356. Navigating the List of Messages               General Pine Commands
  2357. -------------------------------               ---------------------
  2358. {F5 : P }  Move to previous entry             {F1 : ? }  Show this help text
  2359. {F6 : N }  Move to next entry
  2360. {F7 : - }  Show previous screen of address book
  2361. {F8 :Spc}  Show next screen of address book
  2362. {F12: W }  WhereIs (search through address book)
  2363.  
  2364. Message Selection Commands
  2365. --------------------------
  2366. {F3 : E }  Exit the Nickname Select screen (without selecting an address)
  2367. {F4 : S }  Select the currently highlighted entry
  2368.  
  2369. This screen is designed to let you modify or add to an existing address
  2370. book entry.  You have already selected the name(s) and address(es) through
  2371. \"Take Address\".  This screen simply lets you scan your address books and
  2372. select the nickname to be changed/augmented.  If you want to add a new
  2373. entry, then you are in the wrong place-- press {F3:\"E\"} to exit.
  2374.  
  2375. FOR MORE INFORMATION on addresses and Pine's address book: From the Main
  2376. Menu, select \"A ADDRESS BOOK\" and press \"?\" for Help...
  2377.  
  2378. <End of help on this topic>
  2379. ===== h_select_nickname =====
  2380.                 SELECT NICKNAME
  2381.  
  2382. Navigating the List of Messages               General Pine Commands
  2383. -------------------------------               ---------------------
  2384. {F5 : P }  Move to previous entry             {F1 : ? }  Show this help text
  2385. {F6 : N }  Move to next entry
  2386. {F7 : - }  Show previous screen of address book
  2387. {F8 :Spc}  Show next screen of address book
  2388. {F12: W }  WhereIs (search through address book)
  2389.  
  2390. Message Selection Commands
  2391. --------------------------
  2392. {F3 : E }  Exit the Nickname Select screen (without selecting an address)
  2393. {F4 : S }  Select the currently highlighted entry
  2394.  
  2395. This screen is designed to let you look at the nicknames in your address
  2396. books before choosing a new one.
  2397.  
  2398. FOR MORE INFORMATION on addresses and Pine's address book: From the Main
  2399. Menu, select \"A ADDRESS BOOK\" and press \"?\" for Help...
  2400.  
  2401. <End of help on this topic>
  2402. ===== h_takeaddr_screen =====
  2403.                       TAKE ADDRESS COMMANDS
  2404.  
  2405. {Navigating the List of Addresses       Address Selection Commands        :Navigating the List of Addresses       Address Selection Commands}
  2406. {--------------------------------       --------------------------        :--------------------------------       --------------------------}
  2407. { F5  Move to previous entry    F3  Exit without taking address : P  Move to previous entry              E  Exit without taking address}
  2408. { F6  Move to next entry        F4  Take current address(es)    : N  Move to next entry                  T  Take address}
  2409. { F7  Show previous page of address list                        : -  Show previous page of address list}
  2410. { F8  Show next page of address list                            :Spc Show next page of address list}
  2411. { F2  WhereIs (search list)                                     : W  WhereIs (search list)              List Mode}
  2412. {                               --------------                  :                                       ---------}
  2413. {Mode Toggle            F9  Set/Unset current address           :Single Mode                             X  Set/Unset current address}
  2414. {-----------            F10 Set all                             :-----------                             A  Set all addresses}
  2415. { F12 Toggle between List and single mode       F11 Unset all   : L  Switch to list mode                 U  Unset all addresses}
  2416. {                                                               :                                        S  Switch to single mode}
  2417.  
  2418. ------------------------------------------
  2419. | Description of the Take Address Screen |
  2420. ------------------------------------------
  2421.  
  2422. This screen is designed to let you select one or more address/name
  2423. combinations from the current message into your address book.  The cursor
  2424. is initially placed on the line with the message author.  Other lines
  2425. include the names of people and/or mailing lists who also received the
  2426. message.  Other people \"involved\" in the message (e.g. the person named as
  2427. Reply-To:) are also listed here.
  2428.  
  2429. The simple case is adding a new, single entry into your address book. To
  2430. do this, simply highlight the correct line and press {F4:\"T\"}.  To
  2431. create a new list or add to an existing list, switch the screen display
  2432. into List Mode by pressing {F12:\"L\"}.  In List Mode, you select the
  2433. group of addresses you wish to manipulate by marking them with an \"X\".
  2434. The Set/Unset ({F9:\"X\"}) command will turn the \"X\" on for the
  2435. highlighted address if it was off or turn it off if it was previously on.
  2436. The SetAll command will select all of the addresses, and the UnSetAll
  2437. command will turn off all the selections.  Once you've gotten the
  2438. selection the way you want it, you may create a new list by pressing
  2439. {F4:\"T\"}.
  2440.  
  2441. In both the simple and list cases, after choosing to take the address,
  2442. you will be asked for the nickname of the entry.  Typing in a new name
  2443. creates the new entry/list.  Entering an existing nickname will replace
  2444. the entry (simple case) or add to the list (list case).  Alternatively,
  2445. you can press Ctrl-T at the nickname prompt and select an existing
  2446. nickname from your address book.
  2447.  
  2448. You will normally start in Single Mode, unless you used the Apply command
  2449. to startup the TakeAddr screen, in which case you will start in List Mode.
  2450. You may switch between the two modes at any time.  If you've already
  2451. selected several addresses in List Mode, those will be remembered when you
  2452. switch to Single Mode and then back to List Mode.  The set of addresses
  2453. that are pre-selected when you start in List Mode are the From addresses
  2454. of all of the messages you are operating on.  You may, of course, easily
  2455. erase those selections with the UnSetAll command.
  2456.  
  2457. If you have more than one writable address book, you will be prompted for
  2458. the name of the address book you wish to add the new entry to before
  2459. anything else. You can use ^N and ^P to choose among the defined address
  2460. books, or type in the address book name.
  2461.  
  2462. FOR MORE INFORMATION on addresses and Pine's address book: From the Main
  2463. Menu, select \"A ADDRESS BOOK\" and press \"?\" for Help...
  2464.  
  2465. <End of help on this topic>
  2466. ===== h_attachment_screen =====
  2467.  
  2468. {F1 : ? }  Show this help text
  2469. {F3 : E }  Exit this screen without displaying or saving any attachments
  2470. {F4 : V }  View the currently selected attachment
  2471. {F5 : P }  Move to previous attachment
  2472. {F6 : N }  Move to next attachment
  2473. {F7 : - }  Previous page of the listed attachments
  2474. {F8 :Spc}  Next page of the listed attachments
  2475. {F9 : S }  Save the selected attachment to a file
  2476. {F10: | }  Pipe the selected attachment through a UNIX command (if enabled)
  2477. {F12: W }  Find the matching string in the attachment list
  2478.  
  2479. The Attachment Index displays a list of the current message's attachments,
  2480. and provides for the viewing, saving, or piping (if enabled) of each
  2481. attachment.  The first attachment is usually the message text, but does
  2482. not include the header portion of the message.
  2483.  
  2484. All attachments can be saved or piped into a UNIX command, but some may
  2485. not be readily displayed by either pine or an external tool.  In such
  2486. cases, the reason why the message cannot be displayed is displayed on
  2487. pine's message line.
  2488.  
  2489. <End of help on this topic>
  2490.  
  2491. ============= h_mail_text_att_view   ========================
  2492.  
  2493. This function allows you to view the contents of a text attachment. You
  2494. can only view one attachment at a time.
  2495.  
  2496.  _{F1:? }  Get Help     Display this help text
  2497.  _{F3:E }  Exit Viewer  Go back to mail viewing.
  2498.  _{F7:- }  Prev Page    Show the previous page of the current attachment.
  2499. { F8:Spc}  Next Page    Show the next page of the current attachment by pressing
  2500.  ______                 the space bar.
  2501.  _{F9:Y }  Print        Print the current attachment on paper.  You can select the
  2502.  ______                 printer or the print command via the \"Setup\" command
  2503.  ______                 on the Main menu.
  2504. {F11:S }   Save         Copy the current attachment to a file.  If you just enter
  2505.  ______                 a filename, the attachment will be saved with that name in
  2506.  ______                 your home/current directory.  You may enter the full
  2507.  ______                 path and filename to save it in another directory.
  2508. {F12: W }  WhereIs      Search the attachment for a string of letters.  If it is
  2509. ______                  found, move to it.  The string can be one word or a phrase.
  2510.  ______ If there are multiple occurrences, the cursor moves to the
  2511. ______                first occurrence beyond the current cursor position.
  2512.  
  2513. <End of help on this topic>
  2514. ======= h_pine_for_windows ========
  2515.                      GETTING HELP IN PINE
  2516.  
  2517. Pine offers specific help for every screen via the \"?\" or \"^G\"
  2518. keys.  (The Control-G key is used in contexts where \"?\" would be
  2519. mistaken as text being entered.)
  2520.  
  2521. The MAIN MENU help (\"?\") provides a general overview of Pine, as
  2522. well as information specific to that screen.  There is also a
  2523. \"Release Notes\" command available from the MAIN MENU.
  2524.  
  2525. Although this version of Pine is for Microsoft Windows, it is not a
  2526. full \"Graphical User Interface\" application.  However, it does
  2527. offer limited mouse support.  You can click on commands at the bottom
  2528. of the screen, and you can click or double-click on items on most
  2529. screens to select or view them.
  2530.  
  2531. In the mail index, clicking with the right mouse button on an item
  2532. will display that item in a separate window.  Control-Click will
  2533. always display the item in a new separate window.
  2534.  
  2535. In the composer message body you can select text with the mouse.
  2536. Press the mouse button down, drag across the text you want to select,
  2537. lift the mouse button.  If you move the mouse above the top or below
  2538. the bottom of the window the message text will scroll.  Shift-Click
  2539. will extend an existing selection.  You can Cut or Copy the selected
  2540. text in the composer message body.
  2541.  
  2542. In all other screens you can select any text visible on the screen
  2543. with the mouse, but can only Copy the selected text.
  2544.  
  2545. <End of help on this topic>
  2546. ===== h_composer =====
  2547.                        COMPOSER COMMANDS
  2548.  
  2549. CURSOR MOTION KEYS                     |EDITING KEYS
  2550.   ^B (Left Arrow)   Back character     | ^D       Delete current character
  2551.   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
  2552.   ^P (Up Arrow)     Previous line      | ^^       Set a mark
  2553.   ^N (Down Arrow)   Next line          | {F9:^K}       Cut marked text or
  2554.   ^A                Beginning of line  |           delete current line
  2555.   ^E                End of line        | {F10:^U }       Paste text, undelete lines
  2556.   {F7:^Y}                Previous page      |           cut with ^K, or unjustify
  2557.   {F8:^V}                Next page          |-------------------------------------
  2558.   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
  2559. ---------------------------------------| {F6(^W):^W    }   Whereis (search for string)
  2560. MESSAGE COMMANDS | GENERAL COMMANDS    | {F12:^T }      Spell checker
  2561.  {F3:^C}   Cancel     |  {F1:^G}    Get help     | {F4:^J}       Justify paragraph
  2562.  {F11:^O }  Postpone   |  ^Z    Suspend      | ^L       Redraw Screen
  2563.  {F2:^X}   Send       |  {F6:^_}    Alt. editor  | {F5:^R}       Read in a file
  2564.  
  2565.  
  2566. NOTE: The presence or absence of the following commands is determined by
  2567. \"feature-list\" options in your Pine configuration.  Also, some of these
  2568. commands may be administratively disabled by your system manager; if they
  2569. don't work, please check with your local help desk before reporting a bug.
  2570.         o Suspend (suspends Pine and gives a system prompt)
  2571.         o Alternate editor (allows you to compose with your own editor)
  2572.  
  2573. HINT: To move rapidly to the bottom of a message you are composing,
  2574. enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
  2575. with the Mark and Cut commands to eliminate large amounts of unwanted
  2576. text in a Reply.
  2577.  
  2578. The \"Alternate Editor\" and \"Spell Check\" commands are not available in
  2579. PC-Pine.
  2580.  
  2581. Pine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-], Ctrl-\\, ESC
  2582.  
  2583. NOTE: by default, Pine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
  2584. and XON), as normal characters, even though Pine does not use them except
  2585. during attached-to-ansi printing. However, the modem, or communication
  2586. software you are using may be configured for \"software flow control\"
  2587. which means that XON/XOFF must be treated as special characters by the
  2588. operating system.  If you see messages such as \"^X not defined for this
  2589. screen\", then your system is probably using software flow control. In
  2590. this case you will need to set the \"preserve-start-stop-characters\"
  2591. feature.  If you *do* set this feature, be advised that if you
  2592. accidentally hit a Ctrl-S, Pine will mysteriously freeze up with no
  2593. warning.  In this case, try typing a Ctrl-Q and see if that puts things
  2594. right.
  2595.  
  2596. ---------------------------
  2597. | Description of Composer |
  2598. ---------------------------
  2599.  
  2600. Pine has a built-in editing program which allows you to compose messages
  2601. without having to leave Pine.  The editor is designed to be very simple to
  2602. use so that you can get started writing email right away.
  2603.  
  2604. Messages are usually just text, about 80 columns wide.  Using upper and
  2605. lower case is encouraged.  On some systems the size limit of the message
  2606. is about 100,000 characters, which is about 2,000 lines.  You can include
  2607. punctuation and special characters found on most keyboards, but you can't
  2608. include characters with diacritical marks and certain special symbols.
  2609.  
  2610. Text automatically wraps as you type past the end of a line so you do not
  2611. have to hit return.  Using the {F4:\"Ctrl-J\"} command, you can also
  2612. reformat text explicitly, perhaps after you have deleted some text.
  2613.  
  2614. You can include other text files with the {F5.:\"Ctrl-R\".} You will be
  2615. prompted for the file name of the file.
  2616.  
  2617. ------------------------------
  2618. | Brief Command Explanations |
  2619. ------------------------------
  2620.  
  2621. MARK, CUT, AND PASTE
  2622.  
  2623. You can define a \"block\" of text, which can subsequently be deleted or
  2624. copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
  2625. then moving the cursor to the end of the desired text block.  You can then
  2626. \"cut\" the block out ({F9:Ctrl-K}), move the cursor, and \"paste\" it
  2627. ({F10:Ctrl-U}) in the new location.  You can paste more than once,
  2628. allowing you to use this feature to copy a block of text also.
  2629.  
  2630. If you press {F9:Ctrl-K} without having marked anything, Pine will delete
  2631. a single line.  If you delete a group of lines together, Pine keeps them
  2632. in the same buffer, so {F10:Ctrl-U} will restore them as a block.  About
  2633. terminology:  Mark is shown as \"^^\".  The first \"^\" means you should
  2634. hold down the \"Control\" key on your keyboard.  The second \"^\" means
  2635. \"type the character ^\".
  2636.  
  2637. JUSTIFY ({F4:Ctrl-J})
  2638.  
  2639. The justify command reformats the text in the paragraph the cursor is in.
  2640. Paragraphs are separated by one blank line.  This is useful when you have
  2641. been editing a paragraph and the lines become uneven.  The text is left
  2642. aligned or justified and the right is ragged.  If the text is already
  2643. justified as typed with auto-wrap, no justification will be done.
  2644.  
  2645. READ FILE ({F5:Ctrl-R})
  2646.  
  2647. This will allow you to copy in text from an existing file. You will be
  2648. prompted for the name of a file to be inserted into the message.  The file
  2649. name is relative to your home directory or must be a full path name on
  2650. your system.  The file will be inserted where the cursor is located.  *The
  2651. file to be read must be on the same system as Pine.* If you use Pine on a
  2652. Unix machine but have files on a PC or MAC, the files must be transferred
  2653. to the system Pine is running on before they can be read.  Please ask your
  2654. local consultants about the correct way to transfer a file to your Pine
  2655. system as the method will vary from site to site.
  2656.  
  2657. WHEREIS ({F6:Ctrl-W})
  2658.  
  2659. WhereIs searches the message body part of your composition and moves the
  2660. cursor to the first occurrence of the match string appearing after the
  2661. location of the cursor.  The search will wrap to the beginning of the
  2662. message when it no longer finds matches in the remainder of the message.
  2663.  
  2664. To search for the same string a second time, press {F12:^W} to begin search
  2665. and then just press RETURN to accept the previous search string shown in
  2666. square brackets rather than entering a new search string.
  2667.  
  2668. WhereIs can \"search\" for the first line or last line of a message -- this
  2669. means that WhereIs is a jump-to-top and jump-to-bottom feature, too.
  2670.  
  2671. POSTPONE ({F11:Ctrl-O})
  2672.  
  2673. Temporarily stop working on the current message so you may read other
  2674. messages or compose another message.  When you want to resume a message
  2675. later, start to compose and answer \"yes\" to the \"Continue postponed
  2676. composition?\" question.  You may postpone as many messages as you like.
  2677.  
  2678. SPELL CHECK ({F12:Ctrl-T})
  2679.  
  2680. Pine can call an external spell checking program to look over the message
  2681. you are composing.  By default, Pine uses the simple Unix spell checker.
  2682. There are no suggested alternative spellings, but Pine will show you the
  2683. \"incorrect\" word and let you fix it or move on.  If a word is misspelled
  2684. more than once, then you will be prompted to confirm the correction of
  2685. each occurrence of it.  Lines beginning with \">\" ( included messages)
  2686. will not be checked.  There is no spell check feature with PC-Pine.
  2687.  
  2688. SEND ({F2:Ctrl-X})
  2689.  
  2690. Before sending a message, Pine will ask you to confirm that you want the
  2691. message to go out.  At that confirmation stage, Pine moves the composer
  2692. back to the top so that you can verify that the right people are getting
  2693. the message.  After confirmation, the message is sent and copied to the
  2694. FCC folder (if any).
  2695.  
  2696. <End of help on this topic>
  2697. ====== h_composer_browse =====
  2698.  
  2699. Use this to browse files, perhaps created by some other application.  The
  2700. file name given can be a file in your home directory, an absolute file
  2701. path name for your system, or a file path relative to your home directory.
  2702. No wild card characters may be used.  In Unix Pine, you may use \"~\" to
  2703. refer to your home directory or \"~user\" to refer to another's home
  2704. directory.  The file must reside on the system running Pine.
  2705.  
  2706. If the \"use-current-dir\" feature is set, names are relative to your
  2707. current directory at the time you started Pine, rather than to your
  2708. home directory.
  2709.  
  2710. <End of help on this topic>
  2711. ====== h_composer_ins =====
  2712.  
  2713. Use this function to insert a text file into your message. The file name
  2714. given can be a file in your home directory, an absolute file path name for
  2715. your system, or a file path relative to your home directory.  No wild card
  2716. characters may be used.  In Unix Pine, you may use \"~\" to refer to your
  2717. home directory or \"~user\" to refer to another's home directory.  The
  2718. file must reside on the system running Pine.
  2719.  
  2720. If the \"use-current-dir\" feature is set, names are relative to your
  2721. current directory at the time you started Pine, rather than to your
  2722. home directory.
  2723.  
  2724. <End of help on this topic>
  2725. ====== h_composer_search =====
  2726.  
  2727. Search the message for a word or part of a word.  When searching in the
  2728. composer, only the message part of your mail is searched, and the cursor
  2729. is put on the first occurrence appearing after the location of the cursor.
  2730. The search will wrap to the beginning of the message when it no longer
  2731. finds matches in the remainder of the message.
  2732.  
  2733. To search for the same string a second time, press {F12:Ctrl-W} to begin
  2734. search and then just press RETURN to accept the previous search string
  2735. shown in square brackets rather than entering a new search string.
  2736.  
  2737. <End of help on this topic>
  2738. ======= h_composer_to ====
  2739.  
  2740. Topics:
  2741.  o The \"To:\" field
  2742.  o Email Address Format
  2743.  o Message Header Commands
  2744.  
  2745. -------------------
  2746. | The \"To:\" field |
  2747. -------------------
  2748.  
  2749. The address you enter here must be a valid address which is reachable
  2750. from your site.  If it is not, you will get an error message after sending
  2751. the message.
  2752.  
  2753. ------------------------
  2754. | Email Address Format |
  2755. ------------------------
  2756.  
  2757. You may enter a full name and address, a local address that Pine will
  2758. complete for you, the nickname of someone in an address book, or a local
  2759. mail alias defined by your system administrator.  When you move the cursor
  2760. out of this field, the nicknames will be expanded to the addresses in your
  2761. address book, and the local names will be expanded to include the actual
  2762. user name.  You may enter as many addresses as you wish, but they must be
  2763. separated by commas.  You can move around this and other header fields
  2764. with the arrow keys and use many of the usual composer editing keys.
  2765.  
  2766. A valid email address on the Internet has a user name, an \"@\" sign and
  2767. then a domain.  For example, jsmith@art.nowhere.edu is the email address
  2768. of a person with the username \"jsmith\" who has an account with
  2769. \"art.nowhere.edu\".  The number of segments on the right of the \"@\"
  2770. sign can vary depending on how the address is structured for the
  2771. particular host.
  2772.  
  2773. If you are sending to someone on the same system as you are, you can leave
  2774. the \"@\" and all the information to its right off of the address, and
  2775. Pine will fill it in automatically.  Sometimes you can also abbreviate the
  2776. right part of the address if you are at the same domain.  When sending
  2777. messages across gateways to other networks, the addresses get more
  2778. complicated.  Ask your local consultants for the correct syntax from your
  2779. site to the network you are trying to reach.
  2780.  
  2781.                         MESSAGE HEADER COMMANDS
  2782.  
  2783. CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
  2784. ^B (Left Arrow)    Back character       | ^D       Delete current character
  2785. ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
  2786. ^P (Up Arrow)      Previous line        |
  2787. ^N (Down Arrow)    Next line            | {F9:^K}       Cut marked text or
  2788. ^A                 Beginning of line    |            delete current line
  2789. ^E                 End of line          | {F10:^U }      Undelete line(s)
  2790. {F7:^Y}                 Previous page        |
  2791. {F8:^V}                 Next page            |-------------------------------------
  2792. ^@ (Ctrl-SPACE)    Next word            |SCREEN/COMPOSITION COMMANDS
  2793. ----------------------------------------|
  2794. MESSAGE COMMANDS  | GENERAL COMMANDS    | {F12:^T }    To Addressbook/Browser
  2795. {F3:^C}   Cancel       |  {F1:^G}    Get help     | {F4:^J}     Attach File
  2796. {F11:^O }  Postpone     |  ^Z    Suspend      | ^L     Redraw Screen
  2797. {F2:^X}   Send         |                     | {F5:^R}     Rich Headers
  2798.  
  2799. <End of help on this topic>
  2800. ======= h_composer_cc ====
  2801.  
  2802. The Cc: field is just like the To: field, except it is used for addressees
  2803. that you wish to send a carbon copy to.  That is, the message is not directly
  2804. addressed to these recipients, but you wanted them to see the message.  The
  2805. only difference the recipients see is that their name is in the Cc: field,
  2806. rather than the To: field.
  2807.  
  2808. For information on email address format, check the Help for the To: header.
  2809.  
  2810.                         MESSAGE HEADER COMMANDS
  2811.  
  2812. CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
  2813. ^B (Left Arrow)    Back character       | ^D       Delete current character
  2814. ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
  2815. ^P (Up Arrow)      Previous line        |
  2816. ^N (Down Arrow)    Next line            | {F9:^K}       Cut marked text or
  2817. ^A                 Beginning of line    |            delete current line
  2818. ^E                 End of line          | {F10:^U }      Undelete line(s)
  2819. {F7:^Y}                 Previous page        |
  2820. {F8:^V}                 Next page            |-------------------------------------
  2821. ^@ (Ctrl-SPACE)    Next word            |SCREEN/COMPOSITION COMMANDS
  2822. ----------------------------------------|
  2823. MESSAGE COMMANDS  | GENERAL COMMANDS    | {F12:^T }    To Addressbook/Browser
  2824. {F3:^C}   Cancel       |  {F1:^G}    Get help     | {F4:^J}     Attach File
  2825. {F11:^O }  Postpone     |  ^Z    Suspend      | ^L     Redraw Screen
  2826. {F2:^X}   Send         |                     | {F5:^R}     Rich Headers
  2827.  
  2828. <End of help on this topic>
  2829. ======= h_composer_bcc ====
  2830.  
  2831. Bcc: is just the same as the To: and Cc: fields in the way the addresses
  2832. are entered.  The recipients listed here will receive a copy of the
  2833. message, but --assuming your site's mail transport software is properly
  2834. configured-- there will be nothing in the message header as delivered that
  2835. indicates a Bcc: was sent.  The To: and Cc: recipients will not know a
  2836. copy was sent to the Bcc: recipients.
  2837.  
  2838. For information on email address format, check the Help for the To: header.
  2839.  
  2840.                         MESSAGE HEADER COMMANDS
  2841.  
  2842. CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
  2843. ^B (Left Arrow)    Back character       | ^D       Delete current character
  2844. ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
  2845. ^P (Up Arrow)      Previous line        |
  2846. ^N (Down Arrow)    Next line            | {F9:^K}       Cut marked text or
  2847. ^A                 Beginning of line    |            delete current line
  2848. ^E                 End of line          | {F10:^U }      Undelete line(s)
  2849. {F7:^Y}                 Previous page        |
  2850. {F8:^V}                 Next page            |-------------------------------------
  2851. ^@ (Ctrl-SPACE)    Next word            |SCREEN/COMPOSITION COMMANDS
  2852. ----------------------------------------|
  2853. MESSAGE COMMANDS  | GENERAL COMMANDS    | {F12:^T }    To Addressbook/Browser
  2854. {F3:^C}   Cancel       |  {F1:^G}    Get help     | {F4:^J}     Attach File
  2855. {F11:^O }  Postpone     |  ^Z    Suspend      | ^L     Redraw Screen
  2856. {F2:^X}   Send         |                     | {F5:^R}     Rich Headers
  2857.  
  2858. <End of help on this topic>
  2859. ======= h_composer_lcc ====
  2860.  
  2861. Lcc: blah, blah, blah...
  2862.  
  2863. For information on email address format, check the Help for the To: header.
  2864.  
  2865.                         MESSAGE HEADER COMMANDS
  2866.  
  2867. CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
  2868. ^B (Left Arrow)    Back character       | ^D       Delete current character
  2869. ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
  2870. ^P (Up Arrow)      Previous line        |
  2871. ^N (Down Arrow)    Next line            | {F9:^K}       Cut marked text or
  2872. ^A                 Beginning of line    |            delete current line
  2873. ^E                 End of line          | {F10:^U }      Undelete line(s)
  2874. {F7:^Y}                 Previous page        |
  2875. {F8:^V}                 Next page            |-------------------------------------
  2876. ^@ (Ctrl-SPACE)    Next word            |SCREEN/COMPOSITION COMMANDS
  2877. ----------------------------------------|
  2878. MESSAGE COMMANDS  | GENERAL COMMANDS    | {F12:^T }    To Addressbook/Browser
  2879. {F3:^C}   Cancel       |  {F1:^G}    Get help     | {F4:^J}     Attach File
  2880. {F11:^O }  Postpone     |  ^Z    Suspend      | ^L     Redraw Screen
  2881. {F2:^X}   Send         |                     | {F5:^R}     Rich Headers
  2882.  
  2883. <End of help on this topic>
  2884. ======= h_composer_from =======
  2885.  
  2886. This header carries your return address.  It is the address toward which
  2887. replies (and often, future unrelated correspondence) will be directed,
  2888. unless you have defined an optional \"Reply-To:\" header.  Make sure this
  2889. address is correct!
  2890.  
  2891. <End of help on this topic>
  2892. ======= h_composer_reply_to =======
  2893.  
  2894. Most people should not need this header. The Reply-To: header is used in
  2895. cases where you would like replies to your messages to be directed to an
  2896. address other than your normal \"From:\" address.  This is atypical, but
  2897. can happen when you use multiple machines and do not have the same account
  2898. name on each one, or when you wish to direct certain replies to accounts
  2899. or folders designated for specific classes of correspondence.
  2900.  
  2901. <End of help on this topic>
  2902. ======= h_composer_custom_addr ====
  2903.  
  2904. This is a customized header, i.e. not one that is part of Pine's normal
  2905. set of Compose headers.
  2906.  
  2907. For information on email address format, check the Help for the To: header.
  2908.  
  2909.                         MESSAGE HEADER COMMANDS
  2910.  
  2911. CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
  2912. ^B (Left Arrow)    Back character       | ^D       Delete current character
  2913. ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
  2914. ^P (Up Arrow)      Previous line        |
  2915. ^N (Down Arrow)    Next line            | {F9:^K}       Cut marked text or
  2916. ^A                 Beginning of line    |            delete current line
  2917. ^E                 End of line          | {F10:^U }      Undelete line(s)
  2918. {F7:^Y}                 Previous page        |
  2919. {F8:^V}                 Next page            |-------------------------------------
  2920. ^@ (Ctrl-SPACE)    Next word            |SCREEN/COMPOSITION COMMANDS
  2921. ----------------------------------------|
  2922. MESSAGE COMMANDS  | GENERAL COMMANDS    | {F12:^T }    To Addressbook/Browser
  2923. {F3:^C}   Cancel       |  {F1:^G}    Get help     | {F4:^J}     Attach File
  2924. {F11:^O }  Postpone     |  ^Z    Suspend      | ^L     Redraw Screen
  2925. {F2:^X}   Send         |                     | {F5:^R}     Rich Headers
  2926.  
  2927.  
  2928. <End of help on this topic>
  2929. ======= h_composer_custom_free ====
  2930.  
  2931. This is a customized header, i.e. not one that is part of Pine's normal
  2932. set of Compose headers.
  2933.  
  2934. This field consists of arbitrary text.
  2935.  
  2936.                         MESSAGE HEADER COMMANDS
  2937.  
  2938. CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
  2939. ^B (Left Arrow)    Back character       | ^D       Delete current character
  2940. ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
  2941. ^P (Up Arrow)      Previous line        |
  2942. ^N (Down Arrow)    Next line            | {F9:^K}       Cut marked text or
  2943. ^A                 Beginning of line    |            delete current line
  2944. ^E                 End of line          | {F10:^U }      Undelete line(s)
  2945. {F7:^Y}                 Previous page        |
  2946. {F8:^V}                 Next page            |-------------------------------------
  2947. ^@ (Ctrl-SPACE)    Next word            |SCREEN/COMPOSITION COMMANDS
  2948. ----------------------------------------|
  2949. MESSAGE COMMANDS  | GENERAL COMMANDS    | {F12:^T }    To Addressbook/Browser
  2950. {F3:^C}   Cancel       |  {F1:^G}    Get help     | {F4:^J}     Attach File
  2951. {F11:^O }  Postpone     |  ^Z    Suspend      | ^L     Redraw Screen
  2952. {F2:^X}   Send         |                     | {F5:^R}     Rich Headers
  2953.  
  2954.  
  2955. <End of help on this topic>
  2956. ====== h_composer_news =====
  2957.  
  2958. Use the Newsgroups line to specify any and all USENET newsgroups to which
  2959. your message should be posted.  When composing a message from scratch, this
  2960. line may be hidden.  If so, just press the rich headers command
  2961. ({F5:Ctrl-R}) to make it visible.
  2962.  
  2963. Be aware that when you post to a newsgroup thousands of people will be reading
  2964. your message.  Also, you or your system manager must have defined a \"nntp-
  2965. server\" in your Pine configuration in order for you to be able to post.
  2966.  
  2967. <End of help on this topic>
  2968. ======= h_composer_fcc ====
  2969.  
  2970. The FCC (File Carbon Copy) specifies the folder used to keep a copy of
  2971. each outgoing message.  The default value can be configured with the
  2972. \"default-fcc\" and \"fcc-name-rule\" options.  You can change or remove
  2973. the file carbon copy on any message you send by editing the FCC header.
  2974.  
  2975. You may type ^T to get a list of all your folders and select one to use as
  2976. the FCC for this message.
  2977.  
  2978. <End of help on this topic>
  2979. ======= h_composer_subject ====
  2980.  
  2981. The subject header provides a place to enter a few words that summarize
  2982. the topic of the message you are sending.  You may leave this line blank,
  2983. but it is considered a courtesy to use a meaningful subject.
  2984.  
  2985. <End of help on this topic>
  2986. ======= h_composer_attachment ====
  2987.  
  2988. This field is where you specify what file or files you'd like attached to
  2989. the message you are composing.  Those files must reside on the machine
  2990. running Pine. If your file is on a PC or Mac and you run Pine with an
  2991. account on a Unix machine, you'll have to transfer it before attaching it.
  2992. Contact local computer support people for assistance with transferring.
  2993.  
  2994. Pine uses MIME encoding for attachments, so binaries and files of any
  2995. length can safely be delivered to any MIME-capable mail reading program.
  2996. If you send an attachment to someone who does not have a MIME-capable mail
  2997. reading program yet, then the main message text will be readable, but
  2998. attachments (even attachments which are just plain text) are not.
  2999.  
  3000. Typing the filename on the Attchmnt: line achieves the same
  3001. result as using the {F6:Ctrl-J} command.
  3002.  
  3003. If you Forward a message with attachments, you may delete them from your
  3004. Forwarded message by editing the Attchmnt header line.
  3005.  
  3006. <End of help on this topic>
  3007. ===== h_composer_sigedit =====
  3008.                       SIGNATURE EDITOR COMMANDS
  3009.  
  3010. CURSOR MOTION KEYS                     |EDITING KEYS
  3011.   ^B (Left Arrow)   Back character     | ^D       Delete current character
  3012.   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
  3013.   ^P (Up Arrow)     Previous line      | ^^       Set a mark
  3014.   ^N (Down Arrow)   Next line          | {F9:^K}       Cut marked text or
  3015.   ^A                Beginning of line  |           delete current line
  3016.   ^E                End of line        | {F10:^U }       Paste text, undelete lines
  3017.   {F7:^Y}                Previous page      |           cut with ^K, or unjustify
  3018.   {F8:^V}                Next page          |-------------------------------------
  3019.   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
  3020. ---------------------------------------| {F6(^W):^W    }   Whereis (search for string)
  3021. MESSAGE COMMANDS | GENERAL COMMANDS    | {F12:^T }      Spell checker
  3022.  {F3:^C}   Cancel     |  {F1:^G}    Get help     | {F4:^J}       Justify paragraph
  3023.                  |  ^Z    Suspend      | ^L       Redraw Screen
  3024.  {F2:^X}   Send       |  {F6:^_}    Alt. editor  | {F5:^R}       Read in a file
  3025.  
  3026. NOTE: The presence or absence of the following commands is determined by
  3027. \"feature-list\" options in your Pine configuration.  Also, some of these
  3028. commands may be administratively disabled by your system manager; if they
  3029. don't work, please check with your local help desk before reporting a bug.
  3030.  
  3031.         o Suspend (suspends Pine and gives a system prompt)
  3032.         o Alternate editor (allows you to compose with your own editor)
  3033.  
  3034. The \"Alternate Editor\" and \"Spell Check\" commands are not available in
  3035. PC-Pine.
  3036.  
  3037. Pine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-], Ctrl-\\, ESC
  3038.  
  3039. NOTE: by default, Pine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
  3040. and XON), as normal characters, even though Pine does not use them.
  3041. However, the printer, modem, or communication software you are using may
  3042. be configured for \"software flow control\" which means that XON/XOFF must
  3043. be treated as special characters by the operating system.  If you see
  3044. messages such as \"^X not defined for this screen\", or if messages
  3045. printed via the \"attached-to-ansi\" option are missing pieces, then your
  3046. system is probably using software flow control. In this case you will need
  3047. to set the \"preserve-start-stop-characters\" feature.  If you *do* set
  3048. this feature, be advised that if you accidentally hit a Ctrl-S, Pine will
  3049. mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
  3050. and see if that puts things right.
  3051.  
  3052. ======= h_composer_abook_nick =======
  3053.  
  3054. This is a short nickname for this address book entry.  If it is used in
  3055. place of an address from the composer, the composer will fill in the
  3056. addresses listed below instead.
  3057.  
  3058. <End of help on this topic>
  3059. ======= h_composer_abook_full =======
  3060.  
  3061. This is the full name field for this entry.  If this is going to be
  3062. a distribution list (more than one address), it should be a descriptive
  3063. phrase describing the list.  It will be included in the mail header if you
  3064. put the list in the To or CC field, or in the To line if you put the list
  3065. in the Lcc field.  It's ok to leave this empty (ok to leave any of the other
  3066. fields empty, too).  If this address book entry is going to be a simple entry
  3067. with just one address, then this field is the person's name.  When you send
  3068. mail to this entry, this is the field to the left of the brackets.  That is,
  3069. it is the human-readable part of the address.  For example, in the sample
  3070. address:
  3071.  
  3072.        John Doe <jdoe@some.domain>
  3073.  
  3074. \"John Doe\" is the full name field.  If you are sorting your address book
  3075. with one of the options that uses fullnames, then it might be useful to
  3076. enter the fullname as \"Last, First\", for example:
  3077.  
  3078.        Doe, John
  3079.  
  3080. so that it will be sorted using Doe instead of John.  This will be changed
  3081. back into John Doe when you use it.
  3082.  
  3083. <End of help on this topic>
  3084. ======= h_composer_abook_fcc =======
  3085.  
  3086. If this entry is the first one in the To line of an outgoing message, this
  3087. field will be used for the Fcc (File Carbon Copy) instead of whatever you
  3088. would normally get (which depends on which saved-msg-name-rule you've chosen).
  3089.  
  3090. <End of help on this topic>
  3091. ======= h_composer_abook_comment =======
  3092.  
  3093. This is just a comment to help you remember what this entry is.  The WhereIs
  3094. command searches comments so that it is easier to find an entry with a comment
  3095. you know about attached to it.  This field is not used in the outgoing message.
  3096.  
  3097. <End of help on this topic>
  3098. ======= h_composer_abook_addrs =======
  3099.  
  3100. This is a list of addresses to send to when sending to this distribution
  3101. list.  Each entry may be an address or another nickname from any of your
  3102. address books.  If it is an address, it is ok to include the full name
  3103. field as well as the electronic address portion of that address.  For example,
  3104. the following are all legitimate entries in this field
  3105.  
  3106.      john               (a nickname in your address book)
  3107.      jdoe@some.domain
  3108.      John Doe <jdoe@some.domain>
  3109.  
  3110. The addresses should be listed separated by commas, just like you would
  3111. enter them from the composer.
  3112.  
  3113. <End of help on this topic>
  3114. ======= h_flag_important =======
  3115.  
  3116. Th \"Important\" flag, indicated by an asterisk in Pine's Folder Index
  3117. screen, can only be set by the user (you), and is intended to be used in
  3118. whatever fashion as makes sense to you.  You are the only one that can set
  3119. or clear it.
  3120.  
  3121. <End of help on this topic>
  3122. ======= h_flag_new =======
  3123.  
  3124. Th \"New\" flag, indicated by the letter 'N' in Pine's Folder Index screen,
  3125. is automatically set when messages are delivered to your Inbox (or other
  3126. folder specified outside of Pine).  Likewise, it is cleared automatically
  3127. the first time you read the message it is associated with.
  3128.  
  3129. Sometimes it's helpful in prioritizing your mail.  For example, perhaps
  3130. a message isn't weighty enough to assign it an \"Important\" flag, but
  3131. you'd like to be reminded of it next time you read mail.  This can be done
  3132. easily by explicitly resetting the \"New\" flag.
  3133.  
  3134. <End of help on this topic>
  3135. ======= h_flag_answered =======
  3136.  
  3137. The \"Answered\" flag, indicated by the letter 'A' in Pine's Folder Index
  3138. screen, is automatically set when you reply to a message.  This flag is not
  3139. automatically cleared.
  3140.  
  3141. NOTE: Technical limitations prevent the current version of Pine from
  3142. being able to automatically flag a message whose reply has been postponed
  3143. as \"Answered\".  This will be fixed in a future release.
  3144.  
  3145. <End of help on this topic>
  3146. ======= h_flag_deleted =======
  3147.  
  3148. The \"Deleted\" flag, indicated by the letter 'D' in Pine's Folder Index
  3149. screen, is set when you use the \"D Delete\" command.  It is cleared
  3150. when you use the \"U Undelete\" command.
  3151.  
  3152. However, there can be other actions implicit in the \"D Delete\" command,
  3153. such as advancing to the next message, that may be momentarily undesirable.
  3154. For this reason, it's sometimes useful to set or clear the \"Deleted\" flag
  3155. explicitly.
  3156.  
  3157. <End of help on this topic>
  3158. ====== h_config_pers_name ======
  3159.         OPTION: Personal-Name
  3160.  
  3161. This value is used to determine the full name part of the \"From\" address
  3162. on messages you send.  If unset, Unix Pine will obtain your full name from
  3163. the system password file.
  3164.  
  3165. <End of help on this topic>
  3166. ====== h_config_pruned_folders ======
  3167.         OPTION: Pruned-folders
  3168.  
  3169. This variable allows you to define a list of one or more folders that
  3170. Pine will offer to prune for you in the same way it automatically offers
  3171. to prune your \"sent-mail\" folder each month.
  3172.  
  3173. That is, once a month for each folder listed, Pine will offer to move
  3174. the contents of the folder to a new folder of the same name but with
  3175. the previous month's date appended.  Pine will then look for any such
  3176. date-appended folder names created for a previous month, and offer each
  3177. one it finds for deletion.
  3178.  
  3179. If you decline the first offer, no mail is moved and no new folder is
  3180. created.
  3181.  
  3182. Folders listed are assumed to exist, and the archive folders will be created,
  3183. in the first collection defined by the \"folder-collections\" variable.
  3184.  
  3185. <End of help on this topic>
  3186. ====== h_config_upload_cmd ======
  3187.         OPTION: Upload-command
  3188.  
  3189. This option affects the behavior of the Composer's \"Read File\" (^R in the
  3190. message body) and \"Attach File\" (^J in the header) commands.  It specifies
  3191. a Unix program name, and any necessary command line arguments, that Pine can
  3192. use to transfer files from your personal computer into messages that you are
  3193. composing.
  3194.  
  3195. If a program is specified, the commands listed above are modified to offer a
  3196. subcommand (^Y) to activate the transfer.  Obviously, the Unix program
  3197. specified here must match the transfer program or protocol available on the
  3198. personal computer.
  3199.  
  3200. Pine expects to exchange uploaded data via a file on your Unix system.  When
  3201. the specified upload program finishes, Pine expects the uploaded data to be
  3202. contained in the this file.
  3203.  
  3204. When upload is invoked via the \"Read File\" subcommand, Pine generates a
  3205. temporary file name that it will pass to the specified Unix program.  Pine
  3206. will read the resulting uploaded text from this file and then delete it when
  3207. the upload command is finished.
  3208.  
  3209. When upload is invoked via the \"Attach File\" subcommand, Pine will prompt
  3210. you for the name of the file that is to contain the uploaded information that
  3211. it is to attach.  Pine will attach this file to the composition, but will
  3212. *not* delete this file after the upload command is finished.
  3213.  
  3214. The special token \"_FILE_\" may be included among the Unix program's command
  3215. line arguments.  Pine will replace this symbol with the name of the file
  3216. being used to exchange the uploaded information.  This token allows you to
  3217. position the file name where it is required in the Unix program's command
  3218. line arguments.
  3219.  
  3220. If the \"_FILE_\" token is not present in the specified command, the
  3221. temporary file's name is automatically appended to the specified Unix
  3222. program.  In other words, you don't need to use \"_FILE_\" if it is the
  3223. *last* command line argument.
  3224.  
  3225. <End of help on this topic>
  3226. ====== h_config_upload_prefix ======
  3227.         OPTION: Upload-command-prefix
  3228.  
  3229. This option is used in conjunction with the Upload-command option.
  3230. It defines text to be written to the terminal emulator (via standard output)
  3231. immediately prior to starting upload command.  This is useful for
  3232. integrated serial line file transfer agents that permit command passing
  3233. (e.g., Kermit's APC method).
  3234.  
  3235. The special token \"_FILE_\" may be included in the string specification.
  3236. That symbol will be replaced with the (Pine-created) name of the temporary
  3237. file in which Pine will expect to find the uploaded file.
  3238.  
  3239. <End of help on this topic>
  3240. ====== h_config_download_cmd ======
  3241.         OPTION: Download-command
  3242.  
  3243. This option affects the behavior of the Export command.  It specifies a Unix
  3244. program name, and any necessary command line arguments, that Pine can use to
  3245. transfer the exported message to your personal computer's disk.
  3246.  
  3247. If a program is specified, the Export command is modified to offer a
  3248. subcommand (^V) to activate the transfer (in lieu of saving it to your home
  3249. directory on the machine where Pine is running).  Obviously, the Unix program
  3250. specified here must match the transfer program or protocol available on the
  3251. personal computer.
  3252.  
  3253. When this subcommand is selected and before Pine invokes the specified Unix
  3254. program, Pine will create a temporary file containing the text of the
  3255. exported message.  Pine uses this file to pass the exported message text to
  3256. the specified Unix program.
  3257.  
  3258. The special token \"_FILE_\" may be included among the Unix program's command
  3259. line arguments.  Pine will replace this symbol with the temporary file's name
  3260. before executing the Unix program.  This token allows you to position the
  3261. file name where it is required in the Unix program's command line arguments.
  3262.  
  3263. If the \"_FILE_\" token is not present in the specified command, the
  3264. temporary file's name is automatically appended to the specified Unix
  3265. program.  In other words, you don't need to use \"_FILE_\" if it is the
  3266. *last* command line argument.
  3267.  
  3268. <End of help on this topic>
  3269. ====== h_config_download_prefix ======
  3270.         OPTION: Download-command-prefix
  3271.  
  3272. This option is used in conjunction with the Download-command option.
  3273. It defines text to be written to the terminal emulator (via standard output)
  3274. immediately prior to starting download command.  This is useful for
  3275. integrated serial line file transfer agents that permit command passing
  3276. (e.g., Kermit's APC method).
  3277.  
  3278. The special token \"_FILE_\" may be included in the string specification.
  3279. That symbol will be replaced with the (Pine-created) name of the temporary
  3280. file into which Pine will place the message to be downloaded.
  3281.  
  3282. <End of help on this topic>
  3283. ====== h_config_mailcap_path ======
  3284.         OPTION: mailcap-search-path
  3285.  
  3286. This variable is used to replace Pine's default mailcap file search path.
  3287. It takes one or more file names (full paths must be specified) in which to
  3288. look for mail capability data.  The default search path can be found in the
  3289. release notes (\"R\" command off the main menu).
  3290.  
  3291.         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
  3292.  
  3293. If there is more than one file name listed, list members should be delimited
  3294. by a colon (:) under UNIX and a semi-colon (;) under DOS.
  3295.  
  3296. <End of help on this topic>
  3297. ====== h_config_mimetype_path ======
  3298.         OPTION: mimetype-search-path
  3299.  
  3300. This variable is used to replace Pine's default mime.types file search path.
  3301. It takes one or more file names (full paths must be specified) in which to
  3302. look for file-name-extension to MIME type mapping data.  The default search
  3303. path can be found in the release notes (\"R\" command off the main menu).
  3304.  
  3305. If there is more than one file name listed, list members should be delimited
  3306. by a colon (:) under UNIX and a semi-colon (;) under DOS.
  3307.  
  3308. <End of help on this topic>
  3309. ====== h_config_set_att_ansi ======
  3310.         OPTION: Set printer to attached ansi printer
  3311.  
  3312. Type \"S\" to set your printer to \"attached-to-ansi\".
  3313. It is ok to include \"attached-to-ansi\" in your personal list below.
  3314.  
  3315. <End of help on this topic>
  3316. ====== h_config_set_att_ansi2 ======
  3317.         OPTION: Set printer to attached ansi printer (no formfeed)
  3318.  
  3319. Type \"S\" to set your printer to \"attached-to-ansi-no-formfeed\".
  3320. It is ok to include \"attached-to-ansi-no-formfeed\" in your personal
  3321. list below.
  3322.  
  3323. <End of help on this topic>
  3324. ====== h_config_set_stand_print ======
  3325.         OPTION: Set default printer
  3326.  
  3327. Move to the printer you want and type \"S\" to set it to be your
  3328. default printer.  This list is not modifiable by you and has been
  3329. set up by the system administrators.  If there is more than one printer
  3330. listed in the Command List, you will be able to cycle through that
  3331. whole list at the time you print, starting with your default.
  3332. It is ok to include entries from this Standard list in your personal
  3333. list below.
  3334.  
  3335. <End of help on this topic>
  3336. ====== h_config_set_custom_print ======
  3337.         OPTION: Set default printer
  3338.  
  3339. You may add as many print commands as you want to your personal list.
  3340. Specify one of them as your default printer by moving to the printer
  3341. you want and typing \"S\".  If there is more than one printer listed
  3342. in the Command List, you will be able to cycle through that list at
  3343. the time you print, starting with your default.  It is ok to include
  3344. entries from the Standard list above or to include the command
  3345. \"attached-to-ansi\" or \"attached-to-ansi-no-formfeed\" as one of the
  3346. entries here.
  3347.  
  3348. <End of help on this topic>
  3349. ====== h_config_user_id =====
  3350.         OPTION: User-Identification
  3351.  
  3352. This value is used as part of the \"From\" address on messages you send.
  3353. It is also the default login name for remote IMAP server access.  Set this
  3354. to the username part you want to appear on outgoing email.
  3355.  
  3356. <End of help on this topic>
  3357. ====== h_config_user_dom =====
  3358.         OPTION: User-Domain
  3359.  
  3360. This value specifies the domain part (right-hand side) of your return
  3361. address on outgoing email and is also used as the default domain for email
  3362. composed to a local user.  If unset, Unix Pine will obtain the domain from
  3363. the system.  Often this value will be set for your whole site by the
  3364. system administrator.
  3365.  
  3366. If you set this, see also the \"quell-user-lookup-in-passwd-file\" feature.
  3367.  
  3368.  
  3369. <End of help on this topic>
  3370. ====== h_config_smtp_server =====
  3371.         OPTION: SMTP-Server
  3372.  
  3373. This value specifies the name of one or more SMTP servers for sending
  3374. mail. You must have an SMTP server for use with PC-Pine.  SMTP servers are
  3375. normally setup by a system administrator for use by all members of a given
  3376. campus or department.  Contact your local help desk to ask what SMTP
  3377. servers you should use.  Unix Pine users do not need to use an SMTP server
  3378. and can leave this blank.
  3379.  
  3380. <End of help on this topic>
  3381. ====== h_config_nntp_server =====
  3382.         OPTION: NNTP-Server
  3383.  
  3384. This value specifies the name of the NNTP (Network News Transfer Protocol)
  3385. server for reading and posting USENET news.  NNTP servers are normally
  3386. setup by a system administrator for use by all members of a given campus
  3387. or department.  Contact your local help desk to ask what NNTP servers you
  3388. should use.  Often Unix Pine users will find that this variable has been
  3389. set for the whole system (and you don't have to worry about it).  When you
  3390. define an NNTP server here, Pine implicitly defines a news collection for
  3391. you, assuming that server as the news server and assuming that you will
  3392. use the NNTP protocol and a local newsrc configuration file for reading
  3393. news.  For more about reading news with Pine, see the release notes.
  3394.  
  3395. <End of help on this topic>
  3396. ====== h_config_inbox_path =====
  3397.         OPTION: Inbox-Path
  3398.  
  3399. This value overrides the default value of your INBOX name/path/location.
  3400. PC-Pine users must specify an inbox path and it must be a folder on an
  3401. IMAP server.  Unix and VMS Pine users will often find that this variable
  3402. has been pre-configured by your system administrator.  You may be able to
  3403. specify an alternate INBOX which is either a local folder or a folder on
  3404. an IMAP server.
  3405.  
  3406. A typical remote inbox-path entry would be: {{:{}monet.art.nowhere.edu}INBOX
  3407. where \"monet.art.nowhere.edu\" is replaced by the name of your IMAP
  3408. mail server.
  3409.  
  3410. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3411. press \"?\" for Help... Look for the section \"Valid Folder Names\".
  3412.  
  3413. <End of help on this topic>
  3414. ====== h_config_folder_spec =====
  3415.         OPTION: Folder-Collections
  3416.  
  3417. Folder collections are \"places\" to store folders.  They roughly
  3418. correspond to a filesystem \"directory\". Pine will normally provide you
  3419. with one folder collection by default.  Using this option, you may
  3420. specify additional collections.  These collections may be local or remote,
  3421. but they must correspond to a pre-existing filesystem directory, i.e.
  3422. Pine will not create any directory other than the original default.
  3423.  
  3424. The first folder collection listed here is the default collection for the
  3425. Save command -- the place various folders are put unless you specify
  3426. otherwise.
  3427.  
  3428. A valid local collection is just the specification of a directory on the
  3429. local system followed by square brackets.  For example, \"ART-101\\[]\" may
  3430. be valid on a PC and \"exhibit/[]\" may be valid on Unix.
  3431.  
  3432. Pine also allows you to access a collection on a remote computer (provided
  3433. it supports IMAP and you have the right to store folders on it.)
  3434. To specify a remote folder collection, you need to give the name of the
  3435. IMAP mail server, the name of the collection on that server, and the square
  3436. brackets.  For instance, \"{{:{}wharhol.art.nowhere.edu}art-101/[]\" is a
  3437. remote collection.  As you can tell, the name of the computer is in {{:{}}
  3438. brackets followed immediately by the name of the collection.
  3439.  
  3440. Collection syntax:
  3441.  
  3442.  optional-label {{:{}optional-imap-hostname}optional-directory-path[]
  3443.  
  3444. Additional examples:
  3445.  
  3446.  Saved-Email {{:{}klee.art.nowhere.edu}mail/[]  <-- Remote collection
  3447.  Widget-Project widget/[]                   <-- Local collection (Unix)
  3448.  Desktop        MAIL\\[]                    <-- Local collection (PC)
  3449.  
  3450. Use the following SETUP CONFIGURATION commands to manipulate your folder
  3451. collections list:
  3452.  
  3453.  {F9 : A}  Add Value
  3454.  {F10: D}  Delete Value
  3455.  {F4 : C}  Change the current setting
  3456.  
  3457. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3458. press \"?\" for Help... Look for the section on \"Folder Collections\".
  3459.  
  3460. <End of help on this topic>
  3461. ====== h_config_news_spec =====
  3462.          OPTION: News-Collections
  3463.  
  3464. This value defines one or more collections of incoming newsgroup folders;
  3465. however, most people will not need to use this option since setting the
  3466. nntp-server option will implicitly define the most common news-collection
  3467. configuration.
  3468.  
  3469. You can use this to set a specific news collection other than that defined
  3470. implicitly by defining an NNTP server.  News collections defined here can
  3471. take several forms:
  3472.  
  3473.   Partial newsfeeds:            News *{{:{}news.nowhere.edu/nntp}[comp.*]
  3474.   News on the local host:       News *[]
  3475.   Newsfeeds accessed via IMAP:  News *{{:{}news.nowhere.edu}[]
  3476.  
  3477. FOR MORE INFORMATION on collections, check the help for the \"Folder
  3478. Collections\" option above and the help for the FOLDER LIST screen.
  3479.  
  3480. <End of help on this topic>
  3481. ====== h_config_default_fcc =====
  3482.          OPTION: Default-FCC (File Carbon Copy)
  3483.  
  3484. This value specifies where a copy of outgoing mail should be saved.  If
  3485. this is not a path name, it will be in the default collection for saves.
  3486. Any valid folder specification, local or IMAP, is allowed.  This default
  3487. folder carbon copy only applies when the fcc-rule-name (see later in this
  3488. configuration screen) is set to use the default folder.  Unix Pine default
  3489. is normally \"sent-mail\" in the default folder collection. PC-Pine
  3490. default is \"SENTMAIL\" (normally stored as SENTMAIL.MTX)
  3491.  
  3492. To suppress saving of outgoing mail, set: default-fcc=\"\"
  3493.  
  3494. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3495. press \"?\" for Help... Look for the section \"Valid Folder Names\".
  3496.  
  3497. <End of help on this topic>
  3498. ====== h_config_def_save_folder =====
  3499.          OPTION: Default-Saved-Msg-Folder
  3500.  
  3501. This option determines the default folder name for Saves...  If
  3502. this is not a path name, it will be in the default collection for saves.
  3503. Any valid folder specification, local or IMAP, is allowed.  This default
  3504. folder only applies when the saved-msg-name-rule (see later in this
  3505. configuration screen) doesn't override it.  Unix Pine default
  3506. is normally \"saved-messages\" in the default folder collection. PC-Pine
  3507. default is \"SAVEMAIL\" (normally stored as SAVEMAIL.MTX)
  3508.  
  3509. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3510. press \"?\" for Help... Look for the section \"Valid Folder Names\".
  3511.  
  3512. <End of help on this topic>
  3513. ====== h_config_postponed_folder =====
  3514.          OPTION: Postponed-Folder
  3515.  
  3516. This value overrides the default name for the folder where postponed
  3517. messages are saved.  If this is not a path name, it will be in the default
  3518. collection for message Saves.  Any valid folder specification, local or
  3519. remote, is allowed.  The Unix Pine default is normally \"postponed-msgs\"
  3520. in the default collection. PC-Pine default is \"POSTPOND\" (stored as
  3521. POSTPOND.MTX)
  3522.  
  3523. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3524. press \"?\" for Help... Look for the section \"Valid Folder Names\".
  3525.  
  3526. <End of help on this topic>
  3527. ====== h_config_read_message_folder =====
  3528.          OPTION: Read-Message-Folder
  3529.  
  3530. By virtue of specifying a folder name here, Pine will be configured to
  3531. save all messages which you have read during a session into the designated
  3532. \"read messages\" folder.  This allows you to more easily distinguish
  3533. between your really new email (in your INBOX) and those which you have
  3534. already read.  Depending on how you define the \"auto-move-read-messages\"
  3535. setting in the \"feature-list\", you may or may not be asked when you quit
  3536. Pine if you want read messages to be moved to this folder.  In either
  3537. case, moving the messages means they will be deleted from your INBOX.
  3538.  
  3539. If this is not a path name, it will be in the default collection for
  3540. saves.  Any valid folder specification, local or remote (via IMAP), is
  3541. allowed.  There is no default for the name of the read message folder.
  3542.  
  3543. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3544. press \"?\" for Help... Look for the section \"Valid Folder Names\".
  3545.  
  3546. <End of help on this topic>
  3547. ====== h_config_archived_folders =====
  3548.          OPTION: Incoming-Archive-Folders
  3549.  
  3550. This is like Read-Message-Folder, only more general.  You may archive
  3551. any of the folders in your incoming collection.  This is a list of folder
  3552. pairs, with the first separated from the second in the pair by a space.
  3553. The first folder in a pair is the folder you want to archive, and the
  3554. second folder is the folder that read messages from the first should be
  3555. moved to.  Depending on how you define the \"auto-move-read-messages\"
  3556. setting in the \"feature-list\", you may or may not be asked when you
  3557. leave the first folder if you want read messages to be moved to the
  3558. second folder.  In either case, moving the messages means they will be
  3559. deleted from the first folder.
  3560.  
  3561. If these are not path names, they will be in the default collection for
  3562. saves.  Any valid folder specification, local or remote (via IMAP), is
  3563. allowed.  There is no default.
  3564.  
  3565. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3566. press \"?\" for Help... Look for the section \"Valid Folder Names\".
  3567.  
  3568. <End of help on this topic>
  3569. ====== h_config_newsrc_path ======
  3570.         OPTION: newsrc-path
  3571.  
  3572. This option overrides the default name Pine uses for your \"newsrc\" news
  3573. status and subscription file.  If set, Pine will take this value as the
  3574. full pathname for the desired newsrc file.
  3575.  
  3576. If this option is not set, Unix Pine looks for the file ~/.newsrc and
  3577. PC-Pine looks first for  $HOME\\NEWSRC  (where $HOME defaults to the root
  3578. of the current drive, e.g. \"C:\\\" ) and then it looks in the same
  3579. directory as your pinerc file for NEWSRC.
  3580.  
  3581. <End of help on this topic>
  3582. ====== h_config_signature_file =====
  3583.         OPTION: Signature-File
  3584.  
  3585. This is the name of a file which will be automatically inserted into
  3586. outgoing messages.  It typically contains information such as your name,
  3587. email address and organizational affiliation.  Pine adds the signature
  3588. into the message as soon as you enter the composer so you can choose to
  3589. remove it on a message by message basis.  Signature file placement in
  3590. message replies is controlled by the \"signature-at-bottom\" setting in
  3591. the feature list.
  3592.  
  3593. The default file name on Unix is \".signature\"; on PC-Pine the file is in
  3594. the same directory as your PINERC file, under the name \"\\PINE.SIG\".
  3595. The signature file must be kept on the local system, not a remote IMAP
  3596. server.
  3597.  
  3598. To create or edit your signature file choose Setup from the Main Menu
  3599. and then select S for Signature (Main/Setup/Signature).  This puts you
  3600. into the Signature Editor where you can enter a *few* lines of text
  3601. containing your identity and affiliation.
  3602.  
  3603. <End of help on this topic>
  3604. ====== h_config_addressbook =====
  3605.         OPTION: Address-Book
  3606.  
  3607. This value overrides the default name of your personal address book file.
  3608. You may also define additional personal address books, to which you
  3609. may add selected addresses from within Pine.
  3610.  
  3611. The default is to have a single address book.  On Unix the file is named
  3612. \"~/.addressbook\" and on PCs the file is in the same directory as your
  3613. PINERC file, under the name \"\\ADDRBOOK\".
  3614.  
  3615. At this time address books must be kept on the local system, not a remote
  3616. IMAP server.  If you override the default name for PC-Pine's addressbook,
  3617. do not add a filename extension, since Pine will use your specified name
  3618. and add a \".lu\" extension when it generates its auxiliary index (look
  3619. up) file.
  3620.  
  3621. You may optionally precede the file name with a label that will be used
  3622. for identification in the ADDRESS BOOK display.  For example:
  3623.  
  3624.    PERSONAL addrbook
  3625.  
  3626. <End of help on this topic>
  3627. ====== h_config_global_addrbook ==========
  3628.         OPTION: Global-Address-Book
  3629.  
  3630. This value specifies the name(s) of global (system-wide) address books.
  3631. Defining these will typically be done in the system-wide Pine
  3632. configuration file by your system administrator.  This option may be used
  3633. to specify one for a shared workgroup addressbook, or to override the
  3634. system-wide default, if it exists.
  3635.  
  3636. You may optionally precede the file name with a label that will be used
  3637. for identification in the ADDRESS BOOK display.  For example:
  3638.  
  3639.    WORKGROUP wgaddrbk
  3640.  
  3641. Global address books must be accessible via normal file access routines
  3642. on the machine where Pine is running.  Unlike personal address books,
  3643. global address books may not be modified/updated from within Pine;
  3644. that is, they are Read-Only.
  3645.  
  3646. There is no default value for this option.
  3647.  
  3648. <End of help on this topic>
  3649. ====== h_config_init_cmd_list =====
  3650.         OPTION: Initial-Keystroke-List
  3651.  
  3652. The initial keystroke --or command-- list option lets you start Pine at
  3653. any place you like.  Whatever keystrokes you specify here will be executed
  3654. by Pine upon startup as a macro.  The words SPACE, TAB, DOWN, UP, LEFT, and
  3655. RIGHT indicate the pressing of those keys.  CR indicates the pressing of
  3656. the RETURN key.  F1 through F12 represent the function keys.  For example,
  3657. to view message 1 on startup, you would specify i,j,1,CR,v.
  3658.  
  3659. Restriction: You cannot pre-type into the composer with the initial
  3660. keystroke list.
  3661.  
  3662. <End of help on this topic>
  3663. ====== h_config_comp_hdrs =====
  3664.         OPTION: Default-Composer-Headers
  3665.  
  3666. You can decide which headers you want visible when composing outgoing
  3667. email using this option.  You can specify any of the regular set, any rich
  3668. header or any custom header which you have already defined.  If you use
  3669. this setting at all, you must specify all the headers you want to see, you
  3670. can't just add to the regular header set.  The default set is To:, Cc:,
  3671. Attchmnt:, and Subject:.
  3672.  
  3673. Note that the \"Newsgroups:\" header will be abbreviated in the Composer
  3674. display, but should be spelled-in-full here.
  3675.  
  3676. <End of help on this topic>
  3677. ====== h_config_custom_hdrs =====
  3678.         OPTION: Customized-Headers
  3679.  
  3680. You may add your own custom headers to all outgoing messages.  Each header
  3681. you specify here must include the header tag (Reply-To:, Approved:, etc.)
  3682. and may optionally include a value for that header.  If you want to see
  3683. these custom headers each time you compose a message, you must add them to
  3684. your default composer headers list (see above), otherwise they become part
  3685. of the rich header set which you only see when you press the rich header
  3686. (Ctrl-R) command.
  3687.  
  3688. <End of help on this topic>
  3689. ====== h_config_viewer_headers =====
  3690.         OPTION: Viewer-Headers
  3691.  
  3692. You may change the default list of headers that are viewed by listing
  3693. the headers you want to view here.  If the headers in your \"viewer-hdrs\"
  3694. list are present in the message, then they will be shown.  The order of
  3695. the headers you list will be honored.  If the special value \"all-except\"
  3696. is included as the first header in the \"viewer-hdrs\" list, then all headers
  3697. in the message except those in the list will be shown.  The values are
  3698. all case insensitive.
  3699.  
  3700. <End of help on this topic>
  3701. ====== h_config_saved_msg_name_rule =====
  3702.         OPTION: Saved-Msg-Name-Rule
  3703.  
  3704. This option determines the default folder name for Saves... Choose either:
  3705. default-folder, last-folder-used, by-from, by-sender, by-recipient,
  3706. by-nick-of-from, by-nick-of-sender, by-nick-of-recip, by-fcc-of-from,
  3707. by-fcc-of-sender, or by-fcc-of-recip.
  3708. Normal default is \"default-folder\", which on Unix means
  3709. \"saved-messages\" and in PC-Pine means \"SAVEMAIL\".
  3710. By-from falls back to by-sender if there is no from, and vice versa for
  3711. by-sender.  By-recipient will use the newsgroup name if it was posted to
  3712. a newsgroup.  The by-nick... forms choose are like the same forms without
  3713. the by-nick except that the resulting address is looked up in the user's
  3714. address books and if it is found, the nickname for that entry is used.
  3715. Similarly for the by-fcc... forms, only the fcc from the address books is
  3716. used.
  3717.  
  3718. <End of help on this topic>
  3719. ====== h_config_fcc_rule =====
  3720.         OPTION: FCC-Name-Rule
  3721.  
  3722. This option determines the default name for folder carbon copy. Choose
  3723. one: default-fcc, last-fcc-used, by-recipient, by-nickname,
  3724. by-nick-then-recip, or current-folder.
  3725.  
  3726. Normal default is \"default-fcc\", the value of which is set in
  3727. the \"default-fcc\" variable as specified earlier in this configuration.
  3728.  
  3729. The option \"by-nickname\" means that it will use the nickname from your
  3730. address book that matches the first address in the To line.  If there is
  3731. no match, it will use the value of the \"default-fcc\" variable.
  3732.  
  3733. The option \"by-recipient\" means it will form a folder name based on
  3734. the left hand side of the first address in the To line.
  3735.  
  3736. The option \"by-nick-then-recip\" means that it will use the matching
  3737. nickname from your address book if there is one, otherwise it will
  3738. extract the recipient name from the address and use that (like
  3739. by-recipient).
  3740.  
  3741. Note that whatever the fcc specified by the rule here, it will be
  3742. over-ridden by any fcc entries you have in your address book.
  3743.  
  3744. <End of help on this topic>
  3745. ====== h_config_sort_key =====
  3746.         OPTION: Sort-Key
  3747.  
  3748. This option determines the order in which messages will be displayed in
  3749. the Folder Index screen.  Choose from:
  3750.  
  3751.  o Date -- Sort folders according to the date and time they were
  3752.      sent. On a folder like INBOX, sorting by \"Date\" should be almost
  3753.      identical to sorting by \"Arrival\".
  3754.  o Arrival -- Sort messages into the order in which they arrived.
  3755.  o From -- Sort messages by the name of the author of the message.
  3756.      Messages with the same author are grouped together. Groups of
  3757.      messages are then put into alphabetical order according to message
  3758.      author.
  3759.  o Subject -- Sort messages by subject. Messages with the same
  3760.      subject are grouped together. Pine ignores leading \"Re:\" and \"re:\"
  3761.      and trailing \"(fwd)\" when determining the likeness and
  3762.      alphabetical order of subject lines. Groups of messages are put
  3763.      into alphabetical order according to subject.
  3764.  o OrderedSubj -- Grouping of all messages with the same subject
  3765.      together is done in the same way as sort by subject. With
  3766.      \"OrderedSubj\" however, groups of messages are put into date order
  3767.      according to the oldest message on a given subject. This sorting
  3768.      provides pseudo threading of messages.
  3769.  o ReverseDate -- Like \"Date\" but the newest message is first.
  3770.  o ReverseArrival -- Like \"Arrival\" but the newest message is first.
  3771.  o ReverseFrom -- Like \"From\" but groups of messages are ordered in
  3772.      reverse alphabetical order (Z-A).
  3773.  o ReverseSubject -- Like \"Subject\" but groups of messages are
  3774.      ordered in reverse alphabetical order (Z-A).
  3775.  o ReverseOrderedSubj -- Like \"OrderedSubj\" but groups of messages
  3776.      are ordered with the newest groups first (according to the first
  3777.      message of each group).
  3778.  
  3779. Normal default is \"arrival\".
  3780.  
  3781. <End of help on this topic>
  3782. ====== h_config_ab_sort_rule =====
  3783.         OPTION: Address-Book-Sort-Rule
  3784.  
  3785. This option controls the order in which address book entries will be
  3786. presented.  Choose one of the following:
  3787.  
  3788. fullname                  use fullname field, lists mixed in
  3789. fullname-with-lists-last  use fullname field, but put lists at end
  3790. nickname                  use nickname field, lists mixed in
  3791. nickname-with-lists-last  use nickname field, but put lists at end
  3792. dont-sort                 don't change order of file
  3793.  
  3794. The normal default is \"fullname-with-lists-last\".
  3795.  
  3796. <End of help on this topic>
  3797. ====== h_config_char_set =====
  3798.         OPTION: Character-Set
  3799.  
  3800. The character set is used primarily to mark outgoing email appropriately.
  3801. Set it to whatever character set you might use to compose messages.
  3802. Whenever you actually send a message, Pine checks it to see if it is, in
  3803. fact, US-ASCII (a subset of the other sets allowable). If it is US-ASCII,
  3804. the outgoing message will be marked as such no matter what you have set as
  3805. your character set. Normal default is US-ASCII.  Typical alternatives
  3806. include ISO-8859-x, where x is a number between 1 and 9.
  3807.  
  3808. <End of help on this topic>
  3809. ====== h_config_editor =====
  3810.         OPTION: Editor
  3811.  
  3812. Editor specifies the program invoked by ^_ in the Composer. This is
  3813. normally an alternative to Pine's internal composer (Pico).  You could use
  3814. this setting to specify an alternate editor to use occasionally or if you
  3815. have a favorite editor and want to use it all the time (see the \"enable-
  3816. alternate-editor-implicitly\" setting).  In either case, the
  3817. \"enable-alternate-editor\" feature must be turned on too.
  3818.  
  3819. <End of help on this topic>
  3820. ====== h_config_speller =====
  3821.         OPTION: Speller
  3822.  
  3823. This option affects the behavior of the ^T (spell check) command in the
  3824. Composer.  It specifies the program invoked by ^T in the Composer.  By
  3825. default, Pine uses the system's \"spell\" command.  Pine will use the
  3826. command defined by this option (if any) instead.  When invoking the
  3827. spell-checking program, Pine appends a tempfile name (where the message is
  3828. passed) to the command line.
  3829.  
  3830. <End of help on this topic>
  3831. ====== h_config_display_filters =====
  3832.         OPTION: Display-Filters
  3833.  
  3834. This option defines a list of text filtering programs that may be used to
  3835. filter text portions of received messages prior to their use (e.g.,
  3836. presentation in the \"MESSAGE TEXT\" display screen).  The full path name
  3837. of the filter program must be specified.
  3838.  
  3839. The filter's use is based on the configured \"trigger\" string.  The
  3840. format of a filter definition is:
  3841.  
  3842.         <trigger> <command and args>
  3843.  
  3844. The \"trigger\" is simply text that, if found in the message, will cause that
  3845. filter to get used.  If the trigger contains any space characters, it must
  3846. be placed within quotes.  Likewise, should you wish a filter to be invoked
  3847. unconditionally, define the trigger as the null string, \"\" (two
  3848. consecutive double-quote characters).  By default, if the trigger string
  3849. is found anywhere in the text the filter is used.  Placing the trigger text
  3850. within the tokens defined below helps control where within the text the
  3851. trigger must be before considering it a match.
  3852.  
  3853. The \"command and args\" portion is simply the command line to be invoked
  3854. if the trigger string is found.  Below are tokens that Pine will recognize
  3855. on the command line and replace with special values when the command is
  3856. actually invoked.
  3857.  
  3858.  Trigger Modifying Tokens:
  3859.  
  3860.    _CHARSET(string)_    This token tells Pine to invoke the supplied command
  3861.                         if the text is in a character set matching \"string\"
  3862.                         (e.g., ISO-8859-2 or ISO-2022-JP).
  3863.  
  3864.    _LEADING(string)_    This token tells Pine to invoke the supplied command
  3865.                         if the enclosed \"string\" is found to be the first
  3866.                         non-whitespace text.
  3867.                         NOTE: Quotes are necessary if \"string\" contains
  3868.                               the space character.
  3869.  
  3870.    _BEGINNING(string)_  This token tells Pine to invoke the supplied command
  3871.                         if the enclosed \"string\" is found at the beginning
  3872.                         of any line in the text.
  3873.                         NOTE: Quotes are necessary if \"string\" contains
  3874.                               the space character.
  3875.  
  3876.  Command Argument Modifying Tokens:
  3877.  
  3878.    _RECIPIENTS_         This token is replaced in the command line with the
  3879.                         space delimited list recipients of the message being
  3880.                         displayed.
  3881.  
  3882.    _TMPFILE_            This token is replaced in the command line with the
  3883.                         path and name of the temporary file containing the
  3884.                         text to be filtered.  Pine expects the filter to
  3885.                         replace this data with the filters result.
  3886.  
  3887.    _RESULTFILE_         This token is replaced in the command line with the
  3888.                         path and name of a temporary file intended to contain
  3889.                         the filter's resulting output.
  3890.  
  3891.    _DATAFILE_           This token is replaced in the command line with the
  3892.                         path and name of a temporary file that Pine creates
  3893.                         once per session and deletes upon exit.  The file
  3894.                         is intended to be used by the filter to store state
  3895.                         information between instances of the filter.
  3896.  
  3897.    _PREPENDKEY_         This token is replaced in the command line with a
  3898.                         randomly generated number.  The number is unique
  3899.                         to the current Pine session and is only generated
  3900.                         once per session.
  3901.  
  3902. NOTE: If neither _TMPFILE_ nor _RESULTFILE_ above are defined, Pine assumes
  3903.       the filter is accepting input through its standard input and
  3904.       writing its result to standard output.
  3905.  
  3906.  
  3907. Performance caveat/considerations:
  3908.  
  3909. Testing for the trigger and invoking the filter doesn't come for free.
  3910. There is overhead associated with searching for the trigger string, testing
  3911. for the filter's existence and actually piping the text through the filter.
  3912. The impact can be reduced if the Trigger Modifying Tokens above are employed.
  3913.  
  3914.  
  3915. <End of help on this topic>
  3916. ====== h_config_sending_filter =====
  3917.         OPTION: Sending-Filter
  3918.  
  3919. This option defines a list of programs that may be selectively invoked to
  3920. process a message just before it is sent.  If set, the Composer's ^X (Send)
  3921. command will allow you to select which filter (or none) to apply to the
  3922. message before it is sent.  For security reasons, the full path of the
  3923. filter program must be specified.
  3924.  
  3925.  
  3926.  Command Argument Modifying Tokens:
  3927.  
  3928.    _RECIPIENTS_         This token is replaced in the command line with the
  3929.                         space delimited list recipients of the message being
  3930.                         displayed.
  3931.  
  3932.    _TMPFILE_            This token is replaced in the command line with the
  3933.                         path and name of the temporary file containing the
  3934.                         text to be filtered.  Pine expects the filter to
  3935.                         replace this data with the filters result.
  3936.  
  3937.    _RESULTFILE_         This token is replaced in the command line with the
  3938.                         path and name of a temporary file intended to contain
  3939.                         the filter's resulting output.
  3940.  
  3941.    _DATAFILE_           This token is replaced in the command line with the
  3942.                         path and name of a temporary file that Pine creates
  3943.                         once per session and deletes upon exit.  The file
  3944.                         is intended to be used by the filter to store state
  3945.                         information between instances of the filter.
  3946.  
  3947.    _PREPENDKEY_         This token is replaced in the command line with a
  3948.                         randomly generated number.  The number is unique
  3949.                         to the current Pine session and is only generated
  3950.                         once per session.
  3951.  
  3952. NOTE: If neither _TMPFILE_ nor _RESULTFILE_ above are defined, Pine assumes
  3953.       the filter is accepting input through its standard input and
  3954.       writing its result to standard output.
  3955.  
  3956. NOTE: Only first text part (the text visible in the Composer) is piped
  3957.       through this filter!
  3958.  
  3959. <End of help on this topic>
  3960. ====== h_config_alt_addresses =====
  3961.         OPTION: Alt-Addresses
  3962.  
  3963. This option provides a place for you to list alternative email addresses
  3964. you may have.  If set, the option affects the behavior of the Reply
  3965. command and the \"+\" symbol in the Folder Index, which denotes that
  3966. a message has been addressed specifically to you.
  3967.  
  3968. With respect to Reply, the reply-to-all option will exclude addresses
  3969. listed here.
  3970.  
  3971. <End of help on this topic>
  3972. ====== h_config_abook_formats =====
  3973.         OPTION: Addressbook-Formats
  3974.  
  3975. This option specifies the format that address books are displayed in.
  3976. Normally, address books are displayed with the nicknames in the first
  3977. column, the fullnames in the second column, and addresses in the third
  3978. column.  The system figures out reasonable defaults for the widths of
  3979. the columns.  An address book may be given a different format by
  3980. listing special tokens in the order you want them to display.  The
  3981. possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
  3982. So, for example, to get the default behavior you could list
  3983.  
  3984. addressbook-formats=NICKNAME FULLNAME ADDRESS
  3985.  
  3986. (You can also use the token DEFAULT to get the default behavior for
  3987. an address book format.)
  3988.  
  3989. The tokens are separated by spaces.  \"Addressbook-formats\" is a list,
  3990. so if you have more than one address book you may have a separate format
  3991. for each by putting its format at the corresponding location in the
  3992. \"addressbook-formats\" list.  Listed first are the personal address books,
  3993. then the global address books.  So, if you have two personal address
  3994. books and one global address book, you may have up to three formats in
  3995. the \"addressbook-formats\" list.  If \"addressbook-formats\" doesn't
  3996. have as many elements as there are address books, the last element is
  3997. used repeatedly.  Each of the tokens may also be optionally followed
  3998. by parentheses with either a number or a percentage inside the parentheses.
  3999. For example, FULLNAME(13) means to allocate 13 characters of space to
  4000. the fullnames column, FULLNAME(20%) means to allocate 20% of the
  4001. available space (the screen width minus the space for inter-column spaces)
  4002. to the fullnames column, while plain FULLNAME means the system will
  4003. attempt to figure out a reasonable number of columns.  There are
  4004. always 2 spaces between every column, so if you use fixed column
  4005. widths (like 13) you should remember to take that into account.
  4006.  
  4007. <End of help on this topic>
  4008. ====== h_config_index_format =====
  4009.         OPTION: Index-Format
  4010.  
  4011. This option specifies the format that folder indexes are displayed in.
  4012. Normally, the system figures out reasonable defaults for the widths of
  4013. the columns of the index display.  A non-standard display format can be
  4014. used by listing special tokens in the order you want them to display.  The
  4015. tokens are STATUS, FULLSTATUS, MSGNO, DATE, SIZE, DESCRIPSIZE, SUBJECT,
  4016. FROMORTO, FROM, and TO.  The tokens are separated by spaces.
  4017. Each of the tokens may also be optionally followed by parentheses with
  4018. either a number or a percentage inside the parentheses.  For example,
  4019. SUBJECT(13) means to allocate 13 characters of space to the subject
  4020. column, SUBJECT(20%) means to allocate 20% of the available space to
  4021. the subjects column, while plain SUBJECT means the system will attempt
  4022. to figure out a reasonable amount of space.  There is always one space
  4023. between every column, so if you use fixed column widths (like 13) you
  4024. should remember to take that into account.  Several of the fields are
  4025. virtually fixed-width, so it doesn't make much sense to specify the width
  4026. for them.  The fields STATUS, FULLSTATUS, MSGNO, DATE, SIZE, and DESCRIPSIZE
  4027. all fall into that category.  You *may* specify widths for those if you
  4028. wish, but you're probably better off letting the system pick those widths.
  4029. FROMORTO just means it will list the From address unless it is you, in
  4030. which case it will list the TO address.  The default is equivalent to:
  4031.  
  4032. index-format=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJECT(67%)
  4033.  
  4034. This means that the four fields without percentages will be allocated
  4035. first, and then 33% and 67% of the *remaining* space will go to the from
  4036. and subject fields.  If one of those two fields is specified as a percentage
  4037. and the other is left for the system to choose, then the percentage is
  4038. taken as an absolute percentage of the screen, not of the space remaining
  4039. after allocating the first four columns.  It doesn't usually
  4040. make sense to do it that way.  If you leave off all the widths, then the
  4041. subject and from fields (if both are present) are allocated space in a
  4042. 2 to 1 ratio, which is almost exactly the same as the default.
  4043.  
  4044. The token FROM is like FROMORTO, except that it always shows the From
  4045. address, even if it is you.  TO always shows the first address from the
  4046. TO line, or the first newsgroup if there is no To.  SENDER can be used
  4047. to show the Sender of the message, as opposed to what is in the From line.
  4048.  
  4049. STATUS is three characters wide, with the first column showing '*' for
  4050. messages marked Important, or '+' for messages addressed to you, or
  4051. nothing.  The second column is blank (and is sometimes used for the
  4052. cursor) and the third column shows the letter 'D' if the message is
  4053. deleted, or 'A' if it is answered (but not deleted), or 'N' if it is
  4054. new (but not deleted or answered).  FULLSTATUS is an alternate form of
  4055. the STATUS field.  It is six characters wide.  The first column is '+'
  4056. or blank, the third column is '*' or blank, the fourth column is 'N' or
  4057. blank, the fifth column is 'A' or blank, and the sixth column is 'D' or
  4058. blank.
  4059.  
  4060. DESCRIPSIZE is intended to be a more useful description of the message
  4061. than just its size in bytes, but it isn't very useful at this point.  The
  4062. plus sign in the DESCRIPSIZE view means there are attachments.
  4063.  
  4064. The most you are likely to want to do with this configuration option is
  4065. to specify which fields appear at all, which order they appear in,
  4066. and the percentage of screen that is used for the from and subject
  4067. fields if you don't like the 2 to 1 default.
  4068.  
  4069. <End of help on this topic>
  4070. ====== h_config_composer_wrap_column =====
  4071.         OPTION: Composer-Wrap-Column
  4072.  
  4073. This option specifies an aspect of Pine's Composer.  This gives the
  4074. maximum width that auto-wrapped lines will have.  It's also the maximum
  4075. width of lines justified using the ^J Justify command.  The normal default
  4076. is \"74\".  The largest allowed setting is normally \"80\" in order to
  4077. prevent very long lines from being sent in outgoing mail.  When the mail
  4078. is actually sent, trailing spaces will be stripped off of each line.
  4079.  
  4080. <End of help on this topic>
  4081. ====== h_config_viewer_overlap =====
  4082.         OPTION: Viewer-Overlap
  4083.  
  4084. This option specifies an aspect of Pine's Message Viewing screen.  When
  4085. the space bar is used to page forward in a message, the number of lines
  4086. specified by the \"viewer-overlap\" variable will be repeated from the
  4087. bottom of the screen.  That is, if this was set to two lines, then the
  4088. bottom two lines of the screen would be repeated on the top of the next
  4089. screen.  The normal default value is \"2\".
  4090.  
  4091. <End of help on this topic>
  4092. ====== h_config_reply_indent_string =====
  4093.         OPTION: Reply-Indent-String
  4094.  
  4095. This variable specifies an aspect of Pine's Reply command.  When a message
  4096. is replied to and the text of the message is included, that text
  4097. usually has the string \"> \" prepended to each line to indicate quoting.
  4098.  
  4099. This variable specifies a different value for that string.  If you wish to
  4100. use a string which begins or ends with a space, enclose the string in double
  4101. quotes.
  4102.  
  4103. You can also include the sender's name in the prepended string.  The first
  4104. occurrence of \"_FROM_\" in the reply-indent-string will be replaced with
  4105. the \"username\" portion of the address being replied to.
  4106.  
  4107. The normal default is \"> \".
  4108.  
  4109. <End of help on this topic>
  4110. ====== h_config_status_msg_delay =====
  4111.         Experimental OPTION: Status-Message-Delay
  4112.  
  4113. If this is set to a positive number, it causes the cursor to move to the
  4114. status line whenever a status message is printed and pause there for this
  4115. many seconds.  It will probably only be useful if the show-cursor feature
  4116. is also turned on.
  4117.  
  4118. <End of help on this topic>
  4119. ====== h_config_mailcheck =====
  4120.         OPTION: Mail-Check-Interval
  4121.  
  4122. This options specifies, in seconds, how often Pine will check for new
  4123. mail.  If set to zero, new-mail checking is disabled.  There is a minimum
  4124. value, normally 15 seconds.
  4125.  
  4126. <End of help on this topic>
  4127. ====== h_config_news_active =====
  4128.         OPTION: News-Active-File-Path
  4129.  
  4130. This option tells Pine where to look for the \"active file\" for newsgroups
  4131. when accessing news locally, rather than via NNTP.  The default path is
  4132. usually \"/usr/lib/news/active\".
  4133.  
  4134. <End of help on this topic>
  4135. ====== h_config_news_spool =====
  4136.         OPTION: News-Spool-Directory
  4137.  
  4138. This option tells Pine where to look for the \"news spool\" for newsgroups
  4139. when accessing news locally, rather than via NNTP.  The default path is
  4140. usually \"/usr/spool/news\".
  4141.  
  4142. <End of help on this topic>
  4143. ====== h_config_image_viewer =====
  4144.         OPTION: Image-Viewer
  4145.  
  4146. This option specifies the program Pine should call to view MIME
  4147. attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
  4148. no longer needed, but remains for backward compatibility.  The more
  4149. general method for associating external printing and viewing programs with
  4150. specific MIME data types is to use the system's (or your personal)
  4151. \"mailcap\" configuration file.
  4152.  
  4153. <End of help on this topic>
  4154. ====== h_config_domain_name =====
  4155.         OPTION: Use-Only-Domain-Name
  4156.  
  4157. This option is used only if the \"user-domain\" option is *not* set.  If set
  4158. to \"Yes\" (and user-domain is not used), then Pine strips the hostname from
  4159. your return (\"From\") address and when completing unqualified addresses
  4160. that you enter into the composer.
  4161.  
  4162. If you set this, see also the \"quell-user-lookup-in-passwd-file\" feature.
  4163.  
  4164. Not applicable to PC-Pine.
  4165.  
  4166. <End of help on this topic>
  4167. ====== h_config_prune_date =====
  4168.         OPTION: Last-Time-Prune Question
  4169.  
  4170. This value records the last time you were asked about deleting old
  4171. sent-mail. It is set automatically by Pine at the beginning of each
  4172. month. If you wish to suppress the monthly sent-mail pruning feature, set
  4173. this to a date in the future, e.g. 99.12
  4174.  
  4175. <End of help on this topic>
  4176. ====== h_config_goto_default =====
  4177.         OPTION: goto-default-rule
  4178.  
  4179. This value affects Pine's behavior when you use the Goto command.
  4180. Pine's usual behavior has two parts.  If your current folder is \"Inbox\",
  4181. Pine will offer the last open folder as the default.  If the current
  4182. folder is other than \"Inbox\", \"Inbox\" is offered as the default.
  4183.  
  4184. There are three possible values for this option.  The default just
  4185. described:
  4186.  
  4187.         inbox-or-folder-in-recent-collection
  4188.  
  4189. The second accepted value is a variation on the default which again
  4190. offers \"Inbox\" if it isn't currently open, but otherwise offers the
  4191. most recent folder in the first collection found in the \"FOLDER LIST\"
  4192. screen.  It's called:
  4193.  
  4194.         inbox-or-folder-in-first-collection
  4195.  
  4196. The last accepted value simply causes the most recently opened folder
  4197. to be offered as the default regardless of currently opened folder.
  4198. It's called:
  4199.  
  4200.         most-recent-folder
  4201.  
  4202. NOTE: The default while a newsgroup is open remains the same; the last
  4203. open newsgroup.
  4204.  
  4205. <End of help on this topic>
  4206. ====== h_config_enable_full_hdr =====
  4207.         FEATURE: enable-full-header-cmd
  4208.  
  4209. This feature enables the \"H Full Headers\" command which toggles between
  4210. the display of all headers in the message and the normal edited view of
  4211. headers.  The Full Header command also controls which headers are included
  4212. for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
  4213. Full Header mode will respect the \"include-headers-in-reply\" feature
  4214. setting.)
  4215.  
  4216. <End of help on this topic>
  4217. ====== h_config_enable_pipe =====
  4218.         FEATURE: enable-unix-pipe-cmd
  4219.  
  4220. This feature enables the \"| Pipe\" command that sends the current message
  4221. to the specified Unix command for external processing.  Not available on
  4222. PC-Pine.
  4223.  
  4224. <End of help on this topic>
  4225. ====== h_config_enable_tab_complete =====
  4226.         FEATURE: enable-tab-completion
  4227.  
  4228. This feature enables the TAB key when at a prompt for a filename. In this
  4229. case, TAB will cause the partial name already entered to be automatically
  4230. completed, provided the partial name is unambiguous.
  4231.  
  4232. <End of help on this topic>
  4233. ====== h_config_quit_wo_confirm =====
  4234.          FEATURE: quit-without-confirm
  4235.  
  4236. This feature controls whether or not Pine will ask for confirmation when a
  4237. Quit command is received.
  4238.  
  4239. <End of help on this topic>
  4240. ====== h_config_enable_jump =====
  4241.          FEATURE: enable-jump-shortcut
  4242.  
  4243. Setting this feature will allow you to enter a number (followed by RETURN)
  4244. and jump to that message number, when in the FOLDER INDEX or MESSAGE TEXT
  4245. screens.  In other words, it obviates the need for typing the \"J\" for the
  4246. Jump command.
  4247.  
  4248. <End of help on this topic>
  4249. ====== h_config_enable_alt_ed =====
  4250.         FEATURE: enable-alternate-editor-cmd
  4251.  
  4252. If this feature is set, and the \"editor\" variable is not set, entering
  4253. the ^_ (Control-underscore) key while composing a message will prompt you
  4254. for the name of the editor you would like to use.
  4255.  
  4256. If the environment variable $EDITOR is set, this value will be offered as
  4257. a default.  If \"editor\" variable is set, the ^_ key will activate the
  4258. specified editor without prompting, in which case it is not necessary to
  4259. set the \"enable-alternate-editor\" feature.  This feature is not
  4260. available in PC-Pine.
  4261.  
  4262. <End of help on this topic>
  4263. ====== h_config_alt_ed_now =====
  4264.          FEATURE: enable-alternate-editor-implicitly
  4265.  
  4266. If this feature and the \"editor\" variable are both set, Pine will
  4267. automatically activate the specified editor when the cursor is moved from
  4268. the header of the message being composed into the message text.  For
  4269. replies, the alternate editor will be activated immediately.  This feature
  4270. is not available in PC-Pine.
  4271.  
  4272. <End of help on this topic>
  4273. ====== h_config_enable_bounce =====
  4274.          FEATURE: enable-bounce-cmd
  4275.  
  4276. Setting this feature enables the \"B Bounce\" command, which will prompt
  4277. for an address and *remail* the message to the new recipient.  This command
  4278. is used to re-direct messages that you have received in error, or need to
  4279. be redirected for some other reason (e.g. list moderation).  The final
  4280. recipient will see a header indicating that you have Resent the msg, but
  4281. the message's From: header will show the original author of the message,
  4282. and replies to it will go back to that author, and not to you.
  4283.  
  4284. <End of help on this topic>
  4285. ====== h_config_enable_agg_ops =====
  4286.          FEATURE: enable-aggregate-command-set
  4287.  
  4288. Setting this feature enables the commands and subcommands that relate to
  4289. performing operations on more than one message at a time.  We call these
  4290. \"aggregate operations\".  In particular, the \"; Select\", \"A Apply\",
  4291. and \"Z Zoom\" commands are enabled by this feature.  Select is used to
  4292. \"tag\" one or more messages meeting the specified criteria.  Apply can
  4293. then be used to apply any message command to all of the selected/tagged
  4294. messages.  Further, the Zoom command allows you to toggle the Folder Index
  4295. view between just those Selected and all messages in the folder.
  4296.  
  4297. This feature also enables the \"^X\" sub-command in the FOLDER INDEX WhereIs
  4298. command which causes all messages matching the WhereIs argument to become
  4299. selected.
  4300.  
  4301. <End of help on this topic>
  4302. ====== h_config_enable_flag =====
  4303.          FEATURE: enable-flag-cmd
  4304.  
  4305. Setting this feature enables the \"* Flag\" command which allows you to
  4306. manipulate the status flags associated with a message.  By default, Flag
  4307. will set the \"Important\" flag, which results in an asterisk being
  4308. displayed in column one of the FOLDER INDEX for such messages.
  4309.  
  4310. <End of help on this topic>
  4311. ====== h_config_flag_screen_default =====
  4312.          FEATURE: enable-flag-screen-implicitly
  4313.  
  4314. The feature modifies the behavior of the \"* Flag\" command (provided it
  4315. too is enabled).  By default, when the \"* Flag\" command is selected,
  4316. Pine offers a prompt to set one of several flags and also offers the
  4317. option of entering the detailed flag manipulation screen via the \"^T\"
  4318. key. Enabling this feature causes Pine to immediately enter the detailed
  4319. flag screen rather than first offer the simple prompt.
  4320.  
  4321. <End of help on this topic>
  4322. ====== h_config_can_suspend =====
  4323.          FEATURE: enable-suspend
  4324.  
  4325. Setting this feature will allow you to type ^Z (Control Z) and temporarily
  4326. suspend Pine.  Not available on PC-Pine.
  4327.  
  4328. <End of help on this topic>
  4329. ====== h_config_expanded_folders =====
  4330.          FEATURE: expanded-view-of-folders
  4331.  
  4332. If multiple folder collections are defined, and you wish to have them all
  4333. expanded implicitly upon entering the FOLDER LIST screen, then set this
  4334. feature.
  4335.  
  4336. <End of help on this topic>
  4337. ====== h_config_expanded_addrbooks ======
  4338.          FEATURE: expanded-view-of-addressbooks
  4339.  
  4340. If multiple address books (either personal or global) are defined, and you
  4341. wish to have them all expanded implicitly upon entering the ADDRESS BOOK
  4342. screen, then set this feature.
  4343.  
  4344. <End of help on this topic>
  4345. ====== h_config_compose_news_wo_conf ======
  4346.          FEATURE: compose-sets-newsgroup-without-confirm
  4347.  
  4348. This feature controls one aspect of Pine's Composer.  If you enter the
  4349. composer while reading a news group, you will normally be prompted to
  4350. determine whether you intend the new message to be posted to the current
  4351. newsgroup or not.  If this feature is set, Pine will not prompt you
  4352. in this situation, and will assume that you do indeed wish to post
  4353. to the newsgroup you are reading.
  4354.  
  4355. <End of help on this topic>
  4356. ====== h_config_compose_rejects_unqual ======
  4357.      FEATURE: compose-rejects-unqualified-addrs
  4358.  
  4359. This feature controls one aspect of the message composer; in particular,
  4360. what happens when an unqualified name is entered into an address header.
  4361. If set, unqualified names entered as addresses will be treated as errors
  4362. unless they match an addressbook nickname.  Pine will not attempt to turn
  4363. them into complete addresses by adding your local domain.
  4364.  
  4365. A complete (fully qualified) address is one containing a username followed
  4366. by an \"@\" symbol, followed by a host or domain name (e.g.
  4367. \"jsmith@nowhere.edu\").  An unqualified name is one *without* the \"@\"
  4368. symbol and host or domain name (e.g. \"jsmith\"),
  4369.  
  4370. When you enter a fully qualified address, Pine does not interpret or
  4371. modify it, but simply passes it on to the mail-transport-agent (MTA) for
  4372. your system.  Pine conforms to the Internet standards governing message
  4373. headers and will not send an unqualifed name to the MTA.  Therefore, when
  4374. you enter an unqualified name, Pine will normally attempt to turn it into
  4375. a fully qualified address, first by checking to see if you have entered a
  4376. matching nickname in your addressbook, or failing that, by simply adding
  4377. your own domain to the name entered.  So if your address is
  4378. \"jsmith@nowhere.edu\" and you enter \"fred\", then (assuming \"fred\" is
  4379. not a valid nickname), Pine will turn that into \"fred@nowhere.edu\".
  4380.  
  4381. There are situations where it is not desirable for Pine to interpret such
  4382. unqualified names as valid (local) addresses.  For example, if \"fred\"
  4383. turned out to be a typo (intended to be an addressbook nickname), but
  4384. there actually was a \"fred\" in your local domain, the message might be
  4385. mis-delivered without your realizing it.  In order to reduce the likelihood
  4386. of such accidents, setting this feature will cause Pine to treat such
  4387. addresses as errors, and require that you explicitly enter the full local
  4388. address (e.g. \"fred@nowhere.edu\") or correct the name so that it matches
  4389. an address book nickname.
  4390.  
  4391. Consider this a safety feature against mis-directed mail.
  4392.  
  4393. <End of help on this topic>
  4394. ====== h_config_quell_local_lookup  ======
  4395.          FEATURE: quell-user-lookup-in-passwd-file
  4396.  
  4397. This feature controls an aspect of Pine's Composer, and if needed, will
  4398. usually be set by your system manager in Pine's system-wide configuration
  4399. file. Specifically, if this feature is set, Pine will not attempt to look
  4400. in the system password file to find a Full Name for the entered address.
  4401.  
  4402. Normally, names you enter into address fields (e.g. To: or Cc:) are
  4403. checked against your address book(s) to see if they match an address book
  4404. nickname.  Failing that, (in Unix Pine) the name is then checked against
  4405. the Unix password file.  If the entered name matches a username in the
  4406. system password file, Pine extracts the corresponding Full Name information
  4407. for that individual, and adds that to the address being entered.
  4408.  
  4409. However, password file matching can have surprising (incorrect) results if
  4410. other users of the system do not receive mail at the domain you are using.
  4411. That is, if either the \"user-domain\" or \"use-only-domain-name\" option
  4412. is set such that the administrative domain of other users on the system
  4413. isn't accurately reflected, Pine should be told that a passwd file match
  4414. is coincidental, and Full Name info will be incorrect.  For example, a
  4415. personal name from the password file could get falsely paired with the
  4416. entered name as it is turned into an address in the configured domain.
  4417.  
  4418. If you are seeing this behavior, enabling this feature will prevent Unix
  4419. Pine from looking up names in the password file to find the Full Name
  4420. for incomplete addresses you enter.
  4421.  
  4422. <End of help on this topic>
  4423. ====== h_config_preserve_start_stop ======
  4424.          FEATURE: preserve-start-stop-characters
  4425.  
  4426. This feature controls how special control key characters, typically
  4427. Ctrl-S and Ctrl-Q, are interpreted when input to Pine.  These characters
  4428. are known as the \"start\" and \"stop\" characters and are sometimes used in
  4429. communications paths to control data flow between devices that operate at
  4430. different speeds.
  4431.  
  4432. By default, Pine turns the system's handling of these special characters
  4433. off except during printing.  However, if you see Pine reporting input errors
  4434. such as:
  4435.  
  4436.             [ Command \"^Q\" not defined for this screen. ]
  4437.  
  4438. and, at the same time, see your display become garbled, then it is
  4439. likely setting this option will solve the problem.  Be aware, though,
  4440. that enabling this feature will also cause Pine to ostensibly \"hang\"
  4441. whenever the Ctrl-S key combination is entered as the system is now
  4442. interpreting such input as a \"stop output\" command.  To \"start output\"
  4443. again, simply type Ctrl-Q.
  4444.  
  4445. <End of help on this topic>
  4446. ====== h_config_enable_incoming ======
  4447.          FEATURE: enable-incoming-folders
  4448.  
  4449. If set, this feature defines a pseudo-folder collection called
  4450. \"INCOMING MESSAGE FOLDERS\".  Initially, the only folder included
  4451. in this collection will be your INBOX, which will no longer show up in
  4452. your default saved-message folder collection.
  4453.  
  4454. You may add more folders to the Incoming Message Folders collection by
  4455. using the \"{F10:A} Add\" command in the FOLDER LIST screen.  You will
  4456. be prompted for the host the folder is stored on (which defaults to the
  4457. same host used for your INBOX), a nickname, and the actual folder name.
  4458. Once a set of Incoming Message Folders are defined, the TAB key (in
  4459. FOLDER INDEX or MESSAGE TEXT screens) may be used to scan the folders
  4460. for those with Recent messages.
  4461.  
  4462. NOTE: Pine does not do \"delivery filtering\"; this is the province of
  4463. other programs such as \"filter\" or \"procmail\".  Pine's Incoming
  4464. Message Folders collection provides a convenient way to access multiple
  4465. incoming folders, once they are created by other programs.  It is also
  4466. useful if you have accounts on multiple computers.
  4467.  
  4468. <End of help on this topic>
  4469. ====== h_config_attach_in_reply ======
  4470.          FEATURE: include-attachments-in-reply
  4471.  
  4472. This feature controls an aspect of Pine's Reply command. If set, any MIME
  4473. attachments that were part of the original message will automatically be
  4474. included in the Reply.
  4475.  
  4476. <End of help on this topic>
  4477. ====== h_config_include_header =====
  4478.          FEATURE: include-header-in-reply
  4479.  
  4480. This feature controls an aspect of Pine's Reply command. If set, and the
  4481. original message is being included in the reply, then headers from that
  4482. message will also be part of the reply.
  4483.  
  4484. <End of help on this topic>
  4485. ====== h_config_sig_at_bottom =====
  4486.         FEATURE: signature-at-bottom
  4487.  
  4488. This feature controls an aspect of Pine's Reply command.  If this feature
  4489. is set, and the original message is being included in the reply, then the
  4490. contents of your signature file (if any) will be inserted after the included
  4491. message, and the cursor will also be positioned after the included text.
  4492.  
  4493. <End of help on this topic>
  4494. ====== h_config_use_sender_not_x =====
  4495.         FEATURE: use-sender-not-X-Sender
  4496.  
  4497. Normally Pine adds a header line labeled X-Sender, if the sender is
  4498. different from the From line.  The standard specifies that this header
  4499. line should be labeled Sender, not X-Sender.  Setting this feature causes
  4500. Sender to be used instead of X-Sender.
  4501.  
  4502. <End of help on this topic>
  4503. ====== h_config_use_fk =====
  4504.         FEATURE: use-function-keys
  4505.  
  4506. This feature specifies that Pine will respond to function keys instead of
  4507. the normal single-letter commands. In this mode, the key menus at the
  4508. bottom of each screen will show function key designations instead of the
  4509. normal mnemonic key.
  4510.  
  4511. <End of help on this topic>
  4512. ====== h_config_compose_maps_del =====
  4513.         FEATURE: compose-maps-delete-key-to-ctrl-d
  4514.  
  4515. This feature affects the behavior of the DELETE key.
  4516. If set, Delete will be equivalent to Control-D, and delete
  4517. the current character.  Normally Pine defines the Delete key
  4518. to be equivalent to Control-H, which deletes the *previous*
  4519. character.
  4520.  
  4521. <End of help on this topic>
  4522. ====== h_config_auto_zoom =====
  4523.         FEATURE: auto-zoom-after-select
  4524.  
  4525. This feature affects the behavior of the Select command.
  4526. If set, the select command will automatically perform a zoom
  4527. after the select is complete.
  4528.  
  4529. <End of help on this topic>
  4530. ====== h_config_auto_unzoom =====
  4531.         FEATURE: auto-unzoom-after-apply
  4532.  
  4533. This feature affects the behavior of the Apply command.
  4534. If set, and if you are currently looking at a Zoomed Index view
  4535. of selected messages, the Apply command will do the operation
  4536. you specify, but then will implicitly do an \"UnZoom\", so that you
  4537. will automatically be back in the normal Index view after the Apply.
  4538.  
  4539. <End of help on this topic>
  4540. ====== h_config_del_from_dot =====
  4541.         FEATURE: compose-cut-from-cursor
  4542.  
  4543. This feature controls the behavior of the Control-K command in the composer.
  4544. If set, ^K will cut from the current cursor position to the end of the line,
  4545. rather than cutting the entire line.
  4546.  
  4547. <End of help on this topic>
  4548. ====== h_config_print_index =====
  4549.         FEATURE: print-index-enabled
  4550.  
  4551. This feature controls the behavior of the Print command when in the
  4552. Folder Index screen.  If set, the print command will give you a prompt
  4553. asking if you wish to print the message index, or the currently selected
  4554. message.
  4555.  
  4556. <End of help on this topic>
  4557. ====== h_config_allow_talk =====
  4558.         FEATURE: allow-talk
  4559.  
  4560. By default, permission for others to \"talk\" to your terminal is turned
  4561. off when you are running Pine.  When this feature is set, permission is
  4562. instead turned on.  If enabled, you may see unexpected messages in the
  4563. middle of your Pine screen from someone attempting to contact you via the
  4564. \"talk\" program.
  4565.  
  4566. Note: The \"talk\" program has nothing to do with Pine or email.  The 
  4567. talk daemon on your system will attempt to print a message on your screen 
  4568. when someone else is trying to contact you.  If you wish to see these
  4569. messages while you are running Pine, you should enable this feature.
  4570.  
  4571. If you do enable this feature and see a \"talk\" message, you must 
  4572. suspend or quit Pine before you can respond.
  4573.  
  4574. <End of help on this topic>
  4575. ====== h_config_send_filter_dflt =====
  4576.         FEATURE: compose-send-offers-first-filter
  4577.  
  4578. If you have sending-filters configured, setting this feature will cause
  4579. the first filter in the sending-filters list to be offered as the default
  4580. instead of unfiltered, the usual default.
  4581.  
  4582. <End of help on this topic>
  4583. ====== h_config_custom_print =====
  4584.         FEATURE: print-offers-custom-cmd-prompt
  4585.  
  4586. When this feature is set, the print command will have an additional
  4587. sub-command called \"C CustomPrint\".  If selected, you will have
  4588. the opportunity to enter any system print command --instead of being 
  4589. restricted to using those that have been previously configured in the 
  4590. printer setup menu.
  4591.  
  4592. <End of help on this topic>
  4593. ====== h_config_enable_dot_files =====
  4594.         FEATURE: enable-dot-files
  4595.  
  4596. When this feature is set, files beginning with dot (\".\") will be
  4597. visible in the file browser.  For example, you'll be able to select them
  4598. when using the browser to add an attachment to a message.
  4599.  
  4600. <End of help on this topic>
  4601. ====== h_config_enable_dot_folders =====
  4602.         FEATURE: enable-dot-folders
  4603.  
  4604. When this feature is set, folders beginning with dot (\".\") may be added
  4605. and viewed.
  4606.  
  4607. <End of help on this topic>
  4608. ====== h_config_ff_between_msgs =====
  4609.         FEATURE: print-formfeed-between-messages
  4610.  
  4611. Setting this feature causes a formfeed to be printed between messages when
  4612. printing multiple messages (with Apply prYnt command).
  4613.  
  4614. <End of help on this topic>
  4615. ====== h_config_blank_keymenu =====
  4616.         FEATURE: disable-keymenu
  4617.  
  4618. If this feature is set the command key menu that normally appears on the
  4619. bottom two lines of the screen will not usually be there.  Asking for
  4620. help with ^G or ? will cause the key menu to appear instead of causing
  4621. the help message to come up.  If you want to actually see the help text,
  4622. another ^G or ? will show it to you.  After the key menu has popped
  4623. up with the help key it will remain there for an O for Other command but
  4624. disappear if any other command is typed.
  4625.  
  4626. <End of help on this topic>
  4627. ====== h_config_enable_mouse =====
  4628.         FEATURE: enable-mouse-in-xterm
  4629.  
  4630. This feature controls whether or not an X terminal mouse can be used with
  4631. Pine.  If set, and the $DISPLAY variable indicates that an X terminal is
  4632. being used, the left mouse button on the mouse can be used to select text
  4633. or commands.
  4634.  
  4635. Note: if this feature is set, the behavior of xterm cut-and-paste is also
  4636. modified.  It is necessary to hold the shift key down while clicking left
  4637. or middle mouse buttons for the normal xterm cut/paste operations.
  4638.  
  4639. <End of help on this topic>
  4640. ====== h_config_enable_xterm_newmail =====
  4641.         FEATURE: enable-newmail-in-xterm-icon
  4642.  
  4643. This feature controls whether or not Pine will attempt to announce new
  4644. mail arrival when it is running in an xterm window and that window is
  4645. iconified.  If set, and the $DISPLAY variable indicates that an X terminal
  4646. is being used, Pine will send appropriate escape sequences to the xterm to
  4647. modify the label on Pine's icon to indicate that new mail has arrived. 
  4648.  
  4649. <End of help on this topic>
  4650. ====== h_config_pass_control =====
  4651.         FEATURE: pass-control-characters-as-is
  4652.  
  4653. This feature controls how certain characters contained in messages are
  4654. displayed.  If set, all characters in a message will be sent to the
  4655. screen.  Normally, control characters are automatically suppressed in
  4656. order to avoid inadvertently changing terminal setup parameters.
  4657.  
  4658. <End of help on this topic>
  4659. ====== h_config_fcc_on_bounce =====
  4660.         FEATURE: fcc-on-bounce
  4661.  
  4662. This feature controls an aspect of Pine's behavior when bouncing a
  4663. message. If set, normal FCC (\"File Carbon Copy\") processing will be
  4664. done, just as if you had composed a message to the address you are
  4665. bouncing to.  If not set, no FCC of the message will be saved. 
  4666.  
  4667. <End of help on this topic>
  4668. ====== h_config_show_cursor =====
  4669.         FEATURE: show-cursor
  4670.  
  4671. This feature controls an aspect of Pine's displays.  If set, the system
  4672. cursor will move to convenient locations in the displays.  For example,
  4673. to the beginning of the status field of the highlighted index line, or
  4674. to the highlighted word after a successful WhereIs command.
  4675.  
  4676. <End of help on this topic>
  4677. ====== h_config_vert_list =====
  4678.         FEATURE: single-column-folder-list
  4679.  
  4680. This feature controls an aspect of Pine's folder list screen.  If set,
  4681. the folders will be listed one per line instead of several per line
  4682. in the folder list display.
  4683.  
  4684. <End of help on this topic>
  4685. ====== h_config_verbose_post =====
  4686.         FEATURE: enable-verbose-smtp-posting
  4687.  
  4688. This feature controls an aspect of Pine's message sending.  When enabled,
  4689. Pine will send a VERB (i.e., VERBose) command early in the posting process
  4690. intended to cause the server SMTP to provide a more detailed account of
  4691. the transaction.  This feature is typically only useful to system
  4692. administrators and other support personel as an aid in troublshooting
  4693. problems.
  4694.  
  4695. Note, this feature relies on a specific capability of the system's mail
  4696. transport agent or configured \"smtp-server\".  It is possible that this
  4697. feature will cause problems for some tranport agents, and may result in
  4698. sending failure.  In addition, as the verbose output comes from the mail
  4699. transport agent, it is likely to vary from one system to another. 
  4700.  
  4701. <End of help on this topic>
  4702. ====== h_config_auto_reply_to =====
  4703.         FEATURE: reply-always-uses-reply-to
  4704.  
  4705. This feature controls an aspect of Pine's Reply command.  If set, Pine
  4706. will not prompt when a message being replied to contains a \"Reply-To:\"
  4707. header value, but will simply use its value (as opposed to using the
  4708. \"From:\" field's value).
  4709.  
  4710. Note: Using the \"Reply-To:\" address is usually the preferred behavior,
  4711. however some mailing list managers choose to place the list's address in
  4712. the \"Reply-To:\" field of any message sent out to the list.  In such
  4713. cases, this feature makes it all too easy for personal replies to be
  4714. inadvertently sent to the entire mail list, so be careful! 
  4715.  
  4716. <End of help on this topic>
  4717. ====== h_config_del_skips_del =====
  4718.         FEATURE: delete-skips-deleted
  4719.  
  4720. This feature controls an aspect of Pine's Delete command.  If set, this
  4721. feature will cause the Delete command to advance past other messages that
  4722. are marked deleted.  In other words, pressing \"D\" will both mark the
  4723. current message deleted and advance to the next message that is not marked
  4724. deleted.
  4725.  
  4726. <End of help on this topic>
  4727. ====== h_config_auto_expunge =====
  4728.         FEATURE: expunge-without-confirm
  4729.  
  4730. This features controls an aspect of Pine's eXpunge command.  If set, you
  4731. will not be prompted to confirm your intent before the expunge takes place.
  4732.  
  4733. <End of help on this topic>
  4734. ====== h_config_auto_read_msgs =====
  4735.         FEATURE: auto-move-read-msgs
  4736.  
  4737. This feature controls an aspect of Pine's behavior upon quitting.  If set,
  4738. and the \"read-message-folder\" variable is also set, then Pine will
  4739. automatically transfer all read messages to the designated folder and mark
  4740. them as deleted in the INBOX.  Messages in the INBOX marked with an \"N\"
  4741. (meaning New, or unseen) are not affected.
  4742.  
  4743. <End of help on this topic>
  4744. ====== h_config_read_in_newsrc_order =====
  4745.         FEATURE: news-read-in-newsrc-order
  4746.  
  4747. This feature controls the order that news groups will be presented.  If
  4748. set, they will be presented in the same order as they occur in your .newsrc
  4749. file (or \\NEWSRC file in the case of PC-Pine).  If not set, the newsgroups
  4750. will be presented in alphabetical order.
  4751.  
  4752. <End of help on this topic>
  4753. ====== h_config_post_wo_validation =====
  4754.         FEATURE: news-post-without-validation
  4755.  
  4756. This feature controls whether the NNTP server is queried as news groups
  4757. are entered for posting.  Validation over slow links (e.g. dialup using
  4758. SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
  4759.  
  4760. <End of help on this topic>
  4761. ====== h_config_select_wo_confirm =====
  4762.         FEATURE: select-without-confirm
  4763.  
  4764. This feature controls an aspect of Pine's Save, Export, and Goto commands.
  4765. These commands all take text input to specify the name of the folder or
  4766. file to be used, but allow you to press ^T for a list of possible names.
  4767. If set, the selected name will be used immediately, without further
  4768. opportunity to confirm or edit the name.
  4769.  
  4770. <End of help on this topic>
  4771. ====== h_config_use_current_dir =====
  4772.            FEATURE: use-current-dir
  4773.  
  4774. This feature controls an aspect of several commands. If set, your \"current
  4775. working directory\" will be used instead of your home directory for all of
  4776. the following operations:
  4777.  
  4778.     o Export in the FOLDER INDEX and MESSAGE TEXT screens
  4779.     o Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
  4780.     o Ctrl-R file inclusion in the COMPOSER
  4781.     o Ctrl-J file attachment in the COMPOSER
  4782.  
  4783. <End of help on this topic>
  4784. ====== h_config_save_wont_delete =====
  4785.           FEATURE: save-will-not-delete
  4786.  
  4787. This feature controls one aspect of the Save command.  If set, Save will
  4788. not mark the message \"deleted\" (its default behavior) after it has been
  4789. copied to the designated folder.
  4790.  
  4791. <End of help on this topic>
  4792. ====== h_config_save_advances =====
  4793.           FEATURE: save-will-advance
  4794.  
  4795. This feature controls one aspect of the Save command.  If set, Save will
  4796. (in addition to copying the current message to the designated folder) also
  4797. advance to the next message.
  4798.  
  4799. <End of help on this topic>
  4800. ====== h_config_force_low_speed =====
  4801.           FEATURE: assume-slow-link
  4802.  
  4803. This feature affects Pine's display routines.  If set, the normal
  4804. inverse-video cursor (used to highlight the current item in a list) will be
  4805. replaced by an \"arrow\" cursor and other screen update optimizations for
  4806. low-speed links (e.g. 2400 bps dialup connections) will be activated.
  4807.  
  4808. <End of help on this topic>
  4809. ====== h_config_show_delay_cue =====
  4810.           FEATURE: enable-mail-check-cue
  4811.  
  4812. If set, this feature will cause an asterisk to appear in the upper
  4813. left-hand corner of the screen whenever Pine checks for new mail, and two
  4814. asterisks whenever Pine saves (checkpoints) the state of the current
  4815. mailbox to disk.
  4816.  
  4817. <End of help on this topic>
  4818. ====== h_config_auto_open_unread =====
  4819.           FEATURE: auto-open-next-unread
  4820.  
  4821. This feature controls the behavior of the TAB key when traversing folders
  4822. in the optional \"incoming-folders\" collection or in optional
  4823. \"news-collections\".  When the TAB (Next New) key is pressed, and there
  4824. are no more unseen messages in the current (incoming message or news)
  4825. folder, Pine will search the list of folders in the current collection for
  4826. one containing New or Recent (new since the last time the folder was
  4827. opened) messages.  Normally, when such a folder is found, Pine will ask
  4828. whether you wish to open the folder.  If this feature is set, Pine will
  4829. automatically open the folder without prompting.
  4830.  
  4831. <End of help on this topic>
  4832. ====== h_config_auto_include_reply =====
  4833.           FEATURE: include-text-in-reply
  4834.  
  4835. This feature controls an aspect of Pine's Reply command.  Normally, Pine
  4836. will ask whether you wish to include the original message in your reply.
  4837. If this feature is set, the original message will be included in the reply
  4838. automatically, without prompting.
  4839.  
  4840. <End of help on this topic>
  4841. ====== h_config_select_in_bold =====
  4842.          FEATURE: show-selected-in-boldface
  4843.  
  4844. This feature controls an aspect of Pine's aggregate operation commands; in
  4845. particular, the Select and WhereIs commands. Select and WhereIs (with the
  4846. ^X subcommand) will search the current folder for messages meeting a
  4847. specified criteria, and \"tag\" the resulting messages with an \"X\" in the
  4848. first column of the applicable lines in the FOLDER INDEX.  If this feature
  4849. is set, instead of using the \"X\" to denote a selected message, Pine will
  4850. attempt to display those index lines in boldface. Whether this is
  4851. preferable to the \"X\" will depend on personal taste and the type of
  4852. terminal being used.
  4853.  
  4854. <End of help on this topic>
  4855. ====== h_config_folder_extension ======
  4856.  
  4857. Normally PC-Pine appends the extension \"MTX\" to all local (PC) folder
  4858. names and suppresses that extension when listing those folders.  By
  4859. setting this option, you override this behavior.  In particular, you may
  4860. set \"folder-extension\" to the \"null string\" which tells PC-Pine to
  4861. neither add nor hide-from-view *any* folder name extension.
  4862.  
  4863. The reason you might wish to override the MTX default is that recent
  4864. versions of PC-Pine have the ability to open (albeit READ-ONLY) normal
  4865. Unix mail folders. Since it might be inconvenient to rename all of them to
  4866. have an MTX extension, it is possible with this option to switch PC-Pine's
  4867. behavior so that such folders can be seen and accessed without changing
  4868. their names. However, doing this means that your existing PC-Pine local
  4869. folders will have apparently changed their names.  For example, if you had
  4870. a local folder named \"FOO\" it will now appear in the Folder List as
  4871. \"FOO.MTX\". If you wish to save additional messages to that folder, you
  4872. will need to enter the full name, \"FOO.MTX\" at the Save prompt.
  4873. Likewise for GOTO.
  4874.  
  4875. If you wish to permanently avoid having to deal with folder name extensions,
  4876. you will need to set this option to the null string by entering two double-
  4877. quote marks, and you will need to rename your existing local folders to
  4878. not have the MTX extension.  In DOS this can be done in one command, once
  4879. you have changed to your mail directory:  RENAME  *.MTX  *.
  4880.  
  4881. We don't know why you might wish to, but you could also use this option
  4882. to tell PC-Pine to use an extension other than MTX.  In this case, enter
  4883. the three characters you desire to use in lieu of \"MTX\".  Note that
  4884. your existing folders will need to be renamed to correspond to this new
  4885. extension.
  4886.  
  4887.  
  4888. <End of help on this topic>
  4889. ====== h_config_disable_config_screen =====
  4890.          FEATURE: disable-config-screen
  4891.  
  4892. This feature is intended for use by system managers who wish to provide a
  4893. specific Pine configuration to their users in order to reduce confusion
  4894. about Pine's growing set of optional features.  If set, the configuration
  4895. screen (Main/Setup/Config) will not be available.
  4896.  
  4897. <End of help on this topic>
  4898. ====== h_config_disable_password_cmd =====
  4899.         FEATURE: disable-password-cmd
  4900.  
  4901. This feature is intended for use by system managers who wish to globally
  4902. disable Pine's password-changing command (Main/Setup/Password) at sites
  4903. where it is inappropriate.
  4904.  
  4905. <End of help on this topic>
  4906. ====== h_config_disable_update_cmd =====
  4907.         FEATURE: disable-update-cmd
  4908.  
  4909. This feature is intended for use by system managers who wish to globally
  4910. disable Pine's update command (Main/Setup/Update).  The Update command
  4911. allows PC-Pine users to fetch new releases of the program.  Tech notes
  4912. and other information may also be available via the Update function.
  4913.  
  4914. <End of help on this topic>
  4915. ====== h_config_disable_kblock_cmd =====
  4916.         FEATURE: disable-kblock-cmd
  4917.  
  4918. This feature is intended for use by system managers who wish to globally
  4919. disable the keyboard lock command (Main/KBlock).
  4920.  
  4921. <End of help on this topic>
  4922. ====== h_config_quote_all_froms =====
  4923.         FEATURE: save-will-quote-leading-froms
  4924.  
  4925. This feature controls an aspect of the Save command (and also the way
  4926. outgoing messages are saved to an FCC folder).  If set, Pine will add
  4927. a leading \">\" character in front of message lines beginning with \"From
  4928. \" when they are saved to another folder, including lines syntactically
  4929. distinguishable from the type of message separator line commonly used on
  4930. Unix systems.
  4931.  
  4932. The default behavior is that a \">\" will be prepended only to lines
  4933. beginning with \"From \" that might otherwise be confused with a message
  4934. separator line on Unix systems.  If pine is the only mail program you use,
  4935. this default is reasonable.  If another program you use has trouble
  4936. displaying a message with an unquoted \"From \" saved by Pine, you should
  4937. enable this feature.  This feature only applies to the common Unix mailbox
  4938. format that uses message separator lines beginning with \"From \".  If
  4939. Pine has been configured to use a different mailbox format (possibly
  4940. incompatible with other mail programs), then this issue does not arise,
  4941. and the feature is irrelevant.
  4942.  
  4943. <End of help on this topic>
  4944. ====== h_config_normal_fg =====
  4945.         OPTION: normal-foreground-color
  4946.  
  4947. Sets PC-Pine's foreground (the actual character) color.
  4948.  
  4949. <End of help on this topic>
  4950. ====== h_config_normal_bg =====
  4951.         OPTION: normal-background-color
  4952.  
  4953. Sets PC-Pine's background (the area behind the character) color.
  4954.  
  4955. <End of help on this topic>
  4956. ====== h_config_reverse_fg =====
  4957.         OPTION: reverse-foreground-color
  4958.  
  4959. Sets PC-Pine's foreground (the actual character) color for reverse video
  4960. characters.
  4961.  
  4962. <End of help on this topic>
  4963. ====== h_config_reverse_bg =====
  4964.         OPTION: reverse-background-color
  4965.  
  4966. Sets PC-Pine's background (the area behind the character) color for
  4967. reverse video characters.
  4968.  
  4969. <End of help on this topic>
  4970. ====== h_config_news_uses_recent ======
  4971.         FEATURE: news-approximates-new-status
  4972.  
  4973. This feature causes certain messages to be marked as \"New\" in the
  4974. Folder Index of news groups.
  4975.  
  4976. When opening a news group, Pine will consult your \"newsrc\" file and
  4977. determine the last message you have previously disposed of via the \"D\"
  4978. key.  If this feature is set, any subsequent messages will be shown in the
  4979. Index with an \"N\", and the first of these messages will be highlighted.
  4980. Although this is only an approximation of true \"New\" or \"unseen\"
  4981. status, it provides a useful cue to distinguish more-or-less recent
  4982. messages from those you have seen previously, but are not yet ready to
  4983. mark deleted.
  4984.  
  4985. Background: your \"newsrc\" file (used to store message status information
  4986. for news groups) is only capable of storing a single flag, and Pine uses
  4987. this to record whether or not you are \"done with\" a message, as
  4988. indicated by marking the message as \"Deleted\".  Unfortunately, this
  4989. means that Pine has no way to record exactly which messages you have
  4990. previously seen, so it normally does not show the \"N\" status flag for
  4991. any messages in a news group. This feature enables a starting
  4992. *approximation* of seen/unseen status that may be useful.
  4993.  
  4994. <End of help on this topic>
  4995. ====== h_config_suspend_spawns =====
  4996.         FEATURE: use-subshell-for-suspend
  4997.  
  4998. This feature affects Pine's behavior when process suspension is enabled
  4999. and then activated via the Ctrl-Z key.  Pine suspension allows one to
  5000. temporarily interact with the operating system command \"shell\" without
  5001. quitting Pine, and then subsequently resume the still-active Pine session.
  5002.  
  5003. When the \"enable-suspend\" feature is set and subsequently the Ctrl-Z key
  5004. is pressed, Pine will normally suspend itself and return temporary control
  5005. to Pine's parent shell process.  However, if this feature is set, Pine
  5006. will instead create an inferior subshell process.  This is useful when the
  5007. parent process is not intended to be used interactively.  Examples include
  5008. invoking Pine via the -e argument of the Unix \"xterm\" program, or via a
  5009. menu system.
  5010.  
  5011. Note that one typically resumes a suspended Pine by entering the Unix
  5012. \"fg\"  command, but if this feature is set, it will be necessary to
  5013. enter the \"exit\" command instead.
  5014.  
  5015. <End of help on this topic>
  5016. ====== h_config_8bit_smtp =====
  5017.         FEATURE: enable-8bit-to-smtp-server
  5018.  
  5019. This feature affects Pine's behavior when sending mail.  Internet standards
  5020. require that all electronic mail messages traversing the global Internet
  5021. consist of 7bit ASCII characters unless a pair of cooperating mail 
  5022. transfer agents explicitly agree to allow 8bit messages.  In general, 
  5023. then, exchanging messages in non-ASCII characters requires MIME encoding.
  5024.  
  5025. However, there are now Internet standards that allow for unencoded 8bit
  5026. exchange of messages between cooperating systems.  Setting this feature
  5027. tells Pine to try to negotiate unencoded 8bit transmission during the
  5028. sending process.  Should the negotiation fail, Pine will fall back to its
  5029. ordinary encoding rules. 
  5030.  
  5031. Note, this feature relies on your system's mail transport agent or
  5032. configured \"smtp-server\" having the negotiation mechanism introduced in
  5033. \"Extended SMTP\" (ESMTP) and the specific extension called \"8BITMIME\". 
  5034.  
  5035. ESMTP allows for graceful migration to upgraded mail transfer agents, but
  5036. it is possible that this feature might cause problems for some servers. 
  5037.  
  5038. <End of help on this topic>
  5039. ====== h_config_8bit_nntp =====
  5040.         FEATURE: enable-8bit-nntp-posting
  5041.  
  5042. This feature affects Pine's behavior when posting news.  The Internet
  5043. standard for exchanging USENET news messages (RFC-1036) is silent on the
  5044. question of whether messages traversing the global Internet may contain
  5045. 8bit characters, or --like email-- have only 7bit ASCII characters.  In
  5046. the latter case, posting articles in non-ASCII characters would require
  5047. MIME encoding. 
  5048.  
  5049. Experts differ on whether unencoded 8bit news postings should be
  5050. permitted, but numerous network news transfer agents do indeed support
  5051. 8bit transfers without problems.  Moreover, there is no Internet standard
  5052. for explicitly negotiating 8bit transfer, as there is for Internet email. 
  5053. Therefore, Pine provides the option of posting unencoded 8bit news messages, 
  5054. though not as the default. Setting this feature will turn OFF Pine's MIME
  5055. encoding of newsgroup postings that contain 8bit characters. 
  5056.  
  5057. Note, articles may cross a path or pass through news transport software
  5058. that is unsafe or even hostile to 8bit characters.  At best this will only
  5059. cause the posting to become garbled.  The safest way to transmit 8bit
  5060. characters is to leave Pine's MIME encoding turned on.
  5061.  
  5062. <End of help on this topic>
  5063. ====== h_config_tab_new_only =====
  5064.         FEATURE: tab-visits-next-new-message-only
  5065.  
  5066. This feature affects Pine's behavior when using the TAB key to move from
  5067. one message to the next.  Pine's usual behavior is to select the next
  5068. unread message or message flagged as \"Important\".
  5069.  
  5070. Setting this feature causes Pine to skip the messages flagged as important,
  5071. and select unread messages exclusively.  Tab behavior when there are no
  5072. new messages left to select remains unchanged.
  5073.  
  5074. <End of help on this topic>
  5075. ====== h_config_quell_dead_letter =====
  5076.         FEATURE: quell-dead-letter-on-cancel
  5077.  
  5078. This feature affects Pine's behavior when you cancel a message being
  5079. composed.  Pine's usual behavior is to write the canceled message to
  5080. a file named \"dead.letter\" in your home directory (under UNIX;
  5081. \"DEADLETR\" under WINDOWS/DOS) overwriting any previous message. Under
  5082. some conditions (some routine), this can introduce a noticeable delay.
  5083.  
  5084. Setting this feature will cause Pine NOT to write canceled compositions
  5085. into the dead letter file.
  5086.  
  5087. NOTE: Enabling this feature means NO record of canceled messages is
  5088. maintained.
  5089.  
  5090. <End of help on this topic>
  5091. ====== h_config_quell_beeps =====
  5092.         FEATURE: quell-status-message-beeping
  5093.  
  5094. This feature affects Pine's behavior when it displays status message
  5095. (e.g., Error complaints, New mail warnings, etc).  Setting this feature
  5096. will not affect the display of such messages, but will cause those that
  5097. emit a beep to become silent.
  5098.  
  5099. <End of help on this topic>
  5100. ====== h_config_quell_lock_failure_warnings =====
  5101.         FEATURE: quell-lock-failure-warnings
  5102.  
  5103. This feature affects Pine's behavior when it encounters a problem
  5104. acquiring a mail folder lock.  Typically, a secondary file associated
  5105. with the mail folder being opened is created as part of the locking
  5106. process.  On some systems, such file creation has been administratively
  5107. precluded by the system configuration.
  5108.  
  5109. Pine issues a warning when such failures occur which can become bothersome
  5110. if the system is configured to disallow such actions.  Setting this
  5111. feature causes Pine to remain silent when this part of lock creation fails.
  5112.  
  5113. WARNING: systems that have been configured in a way that precludes locking
  5114. introduce some risk of mail folder corruption when more than one program
  5115. attempts to modify the mail folder.  This is most likely to occur to one's
  5116. INBOX or other incoming message folder. 
  5117.  
  5118.  
  5119. <End of help on this topic>
  5120. ====== h_config_cruise_mode =====
  5121.         FEATURE: enable-cruise-mode
  5122.  
  5123. This feature affects Pine's behavior when you hit the \"Space Bar\" at
  5124. the end of a displayed message.  Typically, Pine complains that the end
  5125. of the text has already been reached.  Setting this feature causes such
  5126. keystrokes to be interpreted as if the \"Tab\" key had been hit, thus
  5127. taking you to the next \"interesting\" message, or scanning ahead to the 
  5128. next incoming folder with \"interesting\" messages.
  5129.  
  5130.  
  5131. <End of help on this topic>
  5132. ====== h_config_cruise_mode_delete =====
  5133.         FEATURE: enable-cruise-mode-delete
  5134.  
  5135. This feature modifies the behavior of Pine's \"enable-cruise-mode\"
  5136. feature.  Setting this feature causes pine to implicitly delete read
  5137. messages when it moves on to display the next \"Interesting\" message.
  5138.  
  5139. NOTE: Beware when enabling this feature AND the \"expunge-without-confirm\"
  5140. feature.
  5141.  
  5142. <End of help on this topic>
  5143. ====== h_config_undo =====
  5144. Yes, save changes and exit; No, exit without saving any changes made since
  5145. entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
  5146. ====== h_ab_forward =====
  5147. Yes, expand nicknames and qualify local names with your current domain name;
  5148. No, leave nicknames and local names as is;  ^C, cancel.
  5149. ====== h_os_index_whereis =====
  5150. Enter ^V or ^Y to go immediately to the last or first message in the index.
  5151. Or, enter the match string followed by RETURN.
  5152. ====== h_os_index_whereis_agg =====
  5153. Enter ^V or ^Y to go immediately to the last or first message in the index,
  5154. Or, enter the match string followed by RETURN (or ^X to select all matches).
  5155. =========== h_oe_add_full ==================
  5156. Type the full name of the person being added and press the RETURN key.
  5157. Press ^C to cancel addition.
  5158. =========== h_oe_add_nick ==================
  5159. Type a short nickname and press RETURN.  A nickname is a short easy-to-
  5160. remember word, name or initials like \"joe\", or \"wcfields.\"  ^C to cancel.
  5161. ========== h_oe_add_addr ================
  5162. Type the e-mail address and press RETURN.
  5163. Press ^C to cancel addition.
  5164. ========== h_oe_crlst_full ==============
  5165. Type a long name or description for the list that you are creating and
  5166. press RETURN.  Press ^C to cancel creation of list.
  5167. =========== h_oe_crlst_nick =============
  5168. Type a nickname (short, easy-to-remember name or single word) for the list
  5169. you are creating and press RETURN.  Press ^C to cancel.
  5170. ========== h_oe_crlst_addr ==============
  5171. Type an e-mail address, or a nickname already in the address book that you
  5172. want to be part of this list and press RETURN.
  5173. ========== h_oe_adlst_addr =============
  5174. Type an e-mail address or a nickname already in the address book that you
  5175. want to add to this list and press RETURN.
  5176. ========== h_oe_editab_nick ============
  5177. Change the nickname using the arrow keys and delete key.  Press RETURN
  5178. when done.  Press ^C to cancel editing and leave the nickname as it was.
  5179. ========== h_oe_editab_full ============
  5180. Change the full name using the arrow keys and delete key.  Press RETURN
  5181. when done.  Press ^C to cancel editing and leave the full name as it was.
  5182. ========== h_oe_editab_addr ============
  5183. Change the address using the arrow keys and delete key.  Press RETURN
  5184. when done.  Press ^C to cancel editing and leave the address as it was.
  5185. ========== h_oe_editab_fcc ============
  5186. Change the fcc using the arrow keys and delete key.  Press RETURN when
  5187. done.  Press ^C to cancel editing and leave the fcc as it was.
  5188. ========== h_oe_editab_comment ============
  5189. Change the comment field using the arrow keys and delete key.  Press RETURN
  5190. when done.  Press ^C to cancel editing and leave the comment as it was.
  5191. ========== h_ab_export ==========
  5192. Type the name of a file in your home directory to write the addresses into and
  5193. press RETURN.  You may also give an absolute path or use \"~\".  Use ^C to cancel
  5194. ========== h_ab_edit_a_field ==========
  5195. Edit any of the fields of the currently selected entry by typing one of the
  5196. letters at the bottom of the screen.  Press ^C to cancel edit.
  5197. ========== h_oe_editab_al ============
  5198. Change the address using the arrow keys and delete key.  Press RETURN
  5199. when done.  Press ^C to cancel editing and leave the address as it was.
  5200. ========== h_oe_searchab ===============
  5201. Type the word or name you want to search for and press RETURN.  If you press
  5202. RETURN without entering anything the word in [] will be searched for.
  5203. ========== h_oe_save ==========
  5204. Type the name of the folder you want to save the message in and press RETURN.
  5205. Press ^T to get a list of your folders.  Press ^C to cancel saving this mail.
  5206. ========== h_oe_chooseabook ==========
  5207. Choose the address book you want to save the new entry in.
  5208. Use ^N or ^P to change address books.  ^C to cancel.
  5209. ========== h_oe_takeaddr ==========
  5210. Edit the e-mail address using the arrow and delete keys.  Press RETURN
  5211. when done.  Press ^C to cancel adding this entry to the address book.
  5212. ========== h_oe_take_or_replace ==========
  5213. Press R to replace the old entry with this new list.  Press A to add the
  5214. selected addresses to the old existing list.  Press ^C to cancel addition.
  5215. ========== h_oe_takename ==========
  5216. Edit the full name to be correct using the arrow and delete keys.  Press RETURN
  5217. when done.  Press ^C to cancel adding this entry to the address book.
  5218. ========== h_oe_takenick ==========
  5219. Type a nickname (short easy-to-remember name, initials or single word) for this
  5220. entry in the address book and press RETURN.  Press ^C to cancel addition.
  5221. ========== h_oe_jump ==========
  5222. Type the number of the message number you want to jump to and press
  5223. RETURN.  Press ^C if you want to cancel jumping to another message.
  5224. ========== h_oe_broach ==========
  5225. Type the name of the folder you want to open and press RETURN.  Press ^T to
  5226. get a list of all your folders and make a selection.  Press ^C to cancel open.
  5227. ========== h_oe_foldsearch ==========
  5228. Type the word, name or address you want to search for and press RETURN.  If you
  5229. press RETURN without entering anything the word in [] will be searched for.
  5230. ========== h_oe_foldadd ==========
  5231. Type the name of the folder you want to add and press RETURN.  Press ^C to
  5232. cancel adding a new folder.
  5233. ========== h_oe_foldrename ==========
  5234. Change the old name of the folder to the new name using the arrow and
  5235. delete keys and press RETURN.  Press ^C to cancel rename.
  5236. ========== h_oe_login ==========
  5237. Enter your login name for the host you are opening the mailbox on.  Just press
  5238. RETURN to use your login from this host as is, or edit it with delete key.
  5239. ========== h_oe_passwd ==========
  5240. Type your password for the host and login shown as part of the prompt.
  5241. Press ^C to cancel opening folder.
  5242. ========== h_oe_choosep ==========
  5243. Enter the number associated with the printer you want to select.  Press ^C to
  5244. cancel the printer selection.  The current selection is highlighted.
  5245. ========== h_oe_customp ==========
  5246. Type the name of the Unix print command and press RETURN.  Press ^C to
  5247. cancel the printer selection.
  5248. ========== h_oe_searchview ==========
  5249. Type the word or name you want to search for and press RETURN.  If you press
  5250. RETURN without entering anything the word in [] will be searched for.
  5251. ========== h_oe_keylock ==========
  5252. The keyboard is in use and locked by another user.  Only that user can
  5253. unlock this keyboard by typing the password.
  5254. ========== h_oe_export ==========
  5255. Type the name of a file in your home directory to write the message into and
  5256. press RETURN.  You may also give an absolute path or use \"~\".  Use ^C to cancel
  5257. ========== h_wt_expire ==========
  5258. At the beginning of each month Pine offers to rename your current sent-mail
  5259. folder to one named for the month so you have a sent-mail folder for each month
  5260. ========== h_wt_delete_old ==========
  5261. It is the beginning of the month, and we need to conserve disk
  5262. space.  Please delete any sent-mail that you do not need.
  5263. ========== h_select_sort ==========
  5264. Select the order for sorting the index by typing the capitalized letter.
  5265. Arrival is by arrival in your mailbox; Date is by time/day message was sent.
  5266. ========== h_mini_setup ==========
  5267. Select one of the setup tasks by typing the capitalized letter.
  5268. ========== h_sticky_personal_name ==========
  5269. Type in your name as you want it to appear on outgoing email.  This entry
  5270. will be saved into your Pine configuration file.
  5271. ========== h_sticky_inbox ============
  5272. INBOX syntax is usually {{:{}complete.machine.name}INBOX
  5273. This entry will be saved in your Pine configuration file.
  5274. ========== h_sticky_smtp ============
  5275. The name of the computer on your campus which relays your outgoing email
  5276. to the Internet.  This entry will be saved in your Pine configuration file.
  5277. ========== h_sticky_user_id ==========
  5278. The username or login-id part of your email address.  This entry will be
  5279. saved in your Pine configuration file.
  5280. ========== h_sticky_domain ==========
  5281. The domain part of your email address, NOT the name of your PC.  This
  5282. entry will be saved in your Pine configuration file.
  5283. ========== h_bounce =========
  5284. Enter the address or nickname of the intended recipient.  Pine will resend
  5285. the message, which will retain the original author's From: address.
  5286. ========== h_incoming_add_folder_host =========
  5287. Enter RETURN if the folder is on the machine where Pine is running;
  5288. otherwise enter the host name of the mail server, or ^X if same as INBOX.
  5289. ========== h_incoming_add_folder_name =========
  5290. Enter the name of the desired folder. Pine will attempt to create this
  5291. folder on the previously specified mail server.
  5292. ========== h_incoming_add_folder_nickname =========
  5293. Enter an (optional) nickname that will be used in lieu of the actual
  5294. host and folder names in the FOLDER LIST display.
  5295. ========== h_anon_forward ==========
  5296. Enter the address of your intended recipient, or ^C to cancel.
  5297. Example: jsmith@somewhere.edu
  5298. ========== h_news_subscribe ==========
  5299. Enter the name of the news group to which you wish to subscribe,
  5300. or ^C to cancel.  Example: comp.mail.pine
  5301. ========== h_pipe_msg ==========
  5302. Enter the name of the Unix command to which you wish to send this
  5303. message, or ^C to cancel.
  5304. ========== h_pipe_attach ==========
  5305. Enter the name of the Unix command to which you wish to send this
  5306. attachment, or ^C to cancel.
  5307. ========== h_select_by_num ==========
  5308. Enter a list of numbers (or number range(s)), or ^C to cancel.  The messages
  5309. corresponding to the numbers will be selected.  Example: 2-5,7-9,11,19
  5310. ========== h_select_txt_from ==========
  5311. Messages with From: headers containing the entered string will be selected.
  5312. ^C to cancel. ^R enters current msg From: address.  ^T enters To: address.
  5313. ========== h_select_txt_to ==========
  5314. Messages with To: headers containing the entered string will be selected.
  5315. ^C to cancel. ^R enters current msg From: address.  ^T enters To: address.
  5316. ========== h_select_txt_cc ==========
  5317. Messages with From: headers containing the entered string will be selected.
  5318. ^C to cancel. ^R enters current msg From: address.  ^T enters To: address.
  5319. ========== h_select_txt_subj ==========
  5320. Messages with Subject: headers containing the entered string will be selected.
  5321. ^C to cancel.  ^X enters Subject: line of current message.
  5322. ========== h_select_txt_all ==========
  5323. All messages containing the entered string will be selected.  Headers,
  5324. but not encoded attachments, will be compared.  Enter ^C to cancel.
  5325. ========== h_attach_index_whereis ==========
  5326. Enter some text that appears in the Attachment Index entry for the desired
  5327. attachment.  The first attachment containing that text will be highlighted.
  5328. ========== h_kb_lock ==========
  5329. Keystrokes entered here (up to a RETURN) comprise a password that must
  5330. be entered again later in order to unlock the keyboard.
  5331. ========== h_config_whereis ==========
  5332. To move quickly to a particular line, enter a search string or
  5333. ^C to cancel.
  5334. ========== h_config_add ==========
  5335. Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
  5336. pressing RETURN sets the Empty Value (this turns off any global default).
  5337. ========== h_config_print_opt_choice ==========
  5338. You may edit either the initialization string (characters printed before
  5339. printing starts) or the trailer string.  Choose one or ^C to cancel.
  5340. ========== h_config_print_init ==========
  5341. Enter a C-style string for this.  You may use common backslash escapes like
  5342. \\n for newline, \\ooo for octal character, and \\xhh for hex character.
  5343. ========== h_config_change ==========
  5344. Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
  5345. delete current (highlighted) character, etc.  Enter ^C to cancel change.
  5346. ========== h_config_replace_add ==========
  5347. Replace ignores the current default, Add places the current default in your
  5348. editing buffer as if you had typed it in.
  5349. ========== h_config_insert_after ==========
  5350. Enter a nickname for this print command.  (InsertBefore puts the new item
  5351. before the current line, InsertAfter puts it after the current line.)
  5352. ========== h_config_print_cmd ==========
  5353. Enter command to be executed for the printer.  Use normal editing keys
  5354. to modify, ^C to cancel, carriage return to accept current value.
  5355. ========== h_config_print_del ==========
  5356. Answering Yes will remove this printer completely from your printer list.
  5357. ========== h_config_print_name_cmd ==========
  5358. You may edit the Nickname of this printer, the Command to be executed when
  5359. printing, or change the Options associated with this printer.
  5360.